Check out current ref
This commit is contained in:
parent
c64a1f6c81
commit
bb6ed04bf5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
||||||
- name: checkout local templates
|
- name: checkout local templates
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.ref }}
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- id: grabchanged
|
- id: grabchanged
|
||||||
|
|
Loading…
Reference in a new issue