Fix checkout ref reference

This commit is contained in:
Marty Oehme 2025-03-04 11:25:21 +01:00
parent 11c51273d0
commit 815537aa8d
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A

View file

@ -20,7 +20,7 @@ jobs:
- name: checkout local templates - name: checkout local templates
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
ref: master ref: ${{ github.head_ref }}
path: added-packages path: added-packages
- name: checkout void-packages - name: checkout void-packages