We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c37806 commit 62ec2daCopy full SHA for 62ec2da
1 file changed
.github/workflows/appcd-iac-pr-diff.yml
@@ -69,7 +69,7 @@ jobs:
69
git add .
70
git commit -m "staging deployment files from main to compare them"
71
rm -rf *
72
- cp -R ../pr_artifacts .
+ cp -R ../pr_artifacts/* .
73
74
git diff --staged --output=../../diff.txt . | cat
75
cat ../../diff.txt
0 commit comments