Skip to content

Commit 2d82f83

Browse files
author
rahul-infra
committed
fetch git remote
1 parent d4e04f3 commit 2d82f83

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/terraform-checks.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ jobs:
1717

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

2324
- name: Semantic Release
2425
id: semantic-release

0 commit comments

Comments
 (0)