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 c487808 commit 2e74685Copy full SHA for 2e74685
.github/workflows/terraform-checks.yaml
@@ -20,7 +20,7 @@ jobs:
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 "${{ github.event.pull_request.title }}"
+ git merge --no-ff origin/${{ github.event.pull_request.head.ref }} --message "Test"
24
25
- name: Semantic Release
26
id: semantic-release
0 commit comments