Skip to content

Commit d4da3ba

Browse files
author
rahul-infra
committed
test
1 parent 71c8f79 commit d4da3ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/terraform-checks.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
- name: Temporarily merge PR branch
2222
if: ${{ github.event_name == 'pull_request' }}
2323
run: |
24+
git config --global user.name github-actions
25+
git config --global user.email github-actions@github.com
2426
git checkout main
2527
git checkout -b temp-merge-branch
2628
git merge --no-ff origin/${{ github.event.pull_request.head.ref }} --message "Test"

0 commit comments

Comments
 (0)