Skip to content

Commit 9e969c7

Browse files
author
rahul-infra
committed
made few changes in terraform checks
1 parent 2d82f83 commit 9e969c7

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
@@ -17,7 +17,7 @@ jobs:
1717

1818
- name: Temporarily merge PR branch
1919
if: ${{ github.event_name == 'pull_request' }}
20-
run:
20+
run: |
2121
git remote -v
2222
git merge --no-ff ${{ github.event.pull_request.head.ref }} --message "Test"
2323

0 commit comments

Comments
 (0)