Skip to content

Commit f1867d1

Browse files
committed
Debug
1 parent b080ff1 commit f1867d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,11 @@ jobs:
6464
path: ./artifact/pr_artifacts
6565
- name: Generate diff between Main and PR branch
6666
run: |
67+
tree
6768
mkdir -p pr_branch/deployment_files
6869
mv ./artifact/main/ pr_branch/deployment_files/
6970
cd pr_branch
71+
git init
7072
git config --local user.email "bot@appcd.com"
7173
git config --local user.name "AppCD Bot"
7274
git add deployment_files

0 commit comments

Comments
 (0)