Fix checkout ref reference
This commit is contained in:
parent
11c51273d0
commit
815537aa8d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
- name: checkout local templates
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: master
|
||||
ref: ${{ github.head_ref }}
|
||||
path: added-packages
|
||||
|
||||
- name: checkout void-packages
|
||||
|
|
Loading…
Reference in a new issue