Skip to content

Commit 39a5750

Browse files
author
rahul-infra
committed
made workflow changes
1 parent 9e969c7 commit 39a5750

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/terraform-checks.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v5
17+
with:
18+
ref: ${{github.event.pull_request.head.ref }}
19+
fetch-depth: 0
1720

1821
- name: Temporarily merge PR branch
1922
if: ${{ github.event_name == 'pull_request' }}

0 commit comments

Comments
 (0)