Skip to content

Commit 2e74685

Browse files
author
rahul-infra
committed
temp message
1 parent c487808 commit 2e74685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terraform-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
git config --global user.name github-actions
2222
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 }}"
23+
git merge --no-ff origin/${{ github.event.pull_request.head.ref }} --message "Test"
2424
2525
- name: Semantic Release
2626
id: semantic-release

0 commit comments

Comments
 (0)