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 2e74685 commit d4e04f3Copy full SHA for d4e04f3
.github/workflows/terraform-checks.yaml
@@ -18,8 +18,6 @@ jobs:
18
- name: Temporarily merge PR branch
19
if: ${{ github.event_name == 'pull_request' }}
20
run: |
21
- git config --global user.name github-actions
22
- git config --global user.email [email protected]
23
git merge --no-ff origin/${{ github.event.pull_request.head.ref }} --message "Test"
24
25
- name: Semantic Release
0 commit comments