Skip to content

Commit 62ec2da

Browse files
committed
better diff
1 parent 3c37806 commit 62ec2da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/appcd-iac-pr-diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
git add .
7070
git commit -m "staging deployment files from main to compare them"
7171
rm -rf *
72-
cp -R ../pr_artifacts .
72+
cp -R ../pr_artifacts/* .
7373
git add .
7474
git diff --staged --output=../../diff.txt . | cat
7575
cat ../../diff.txt

0 commit comments

Comments
 (0)