Fix checking out correct ref in build workflow
This commit is contained in:
parent
0cbf4b6b65
commit
b1277a2089
2 changed files with 9 additions and 1 deletions
2
.github/workflows/checksum.yaml
vendored
2
.github/workflows/checksum.yaml
vendored
|
|
@ -73,7 +73,7 @@ jobs:
|
|||
run: |
|
||||
cp -r "upstream/srcpkgs/${{ env.CHANGED_PKG }}" srcpkgs
|
||||
|
||||
- name: Commit new checksum
|
||||
- name: commit new checksum
|
||||
uses: stefanzweifel/git-auto-commit-action@v6
|
||||
with:
|
||||
file_pattern: "srcpkgs/${{ env.CHANGED_PKG }}/template"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue