Skip to content

Commit 78535ce

Browse files
authored
Merge pull request #321 from Staffbase/CIV-812-Use-correct-git-ref-to-push-changes-back
🐛 CIV-812 Use correct git ref to push changes back
2 parents d7b902f + ff1aec9 commit 78535ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/template_terraform_format.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- name: Checkout
3737
uses: actions/checkout@v4.2.2
3838
with:
39+
ref: ${{ github.head_ref }}
3940
token: ${{ steps.get_token.outputs.token }}
4041

4142
- name: Setup Terraform

0 commit comments

Comments
 (0)