We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c37e9d2 commit eb70432Copy full SHA for eb70432
.github/workflows/appcd-iac-pr-diff.yml
@@ -89,6 +89,7 @@ jobs:
89
cd ..
90
mv artifact/${{ steps.extract_branch.outputs.branch }}/.appcd pr_branch/deployment_files/
91
cd pr_branch
92
+ git add deployment_files/
93
git diff --output=../diff.txt deployment_files/ | cat
94
cat ../diff.txt
95
- name: Comment PR with IaC Changes
0 commit comments