We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71c8f79 commit d4da3baCopy full SHA for d4da3ba
.github/workflows/terraform-checks.yaml
@@ -21,6 +21,8 @@ jobs:
21
- name: Temporarily merge PR branch
22
if: ${{ github.event_name == 'pull_request' }}
23
run: |
24
+ git config --global user.name github-actions
25
+ git config --global user.email github-actions@github.com
26
git checkout main
27
git checkout -b temp-merge-branch
28
git merge --no-ff origin/${{ github.event.pull_request.head.ref }} --message "Test"
0 commit comments