ci: Fix commit step in VHS workflow

This commit is contained in:
Aaron
2026-03-19 09:16:12 -05:00
parent 0b5424cadb
commit 108e790cf8
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
ref: ${{ github.ref }}
ref: ${{ github.ref_name }}
- name: Setup
uses: ./.github/actions/setup