Commit deployed package changes
This commit is contained in:
parent
e5d8f52668
commit
936aa8fbbc
1 changed files with 6 additions and 0 deletions
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
|
|
@ -200,6 +200,12 @@ jobs:
|
|||
xbps-rindex --add $PWD/*.xbps
|
||||
xbps-rindex --clean $PWD
|
||||
|
||||
- name: Commit new repo state
|
||||
uses: stefanzweifel/git-auto-commit-action@v6
|
||||
with:
|
||||
file_pattern: "*.xbps"
|
||||
commit_message: "Update package repo"
|
||||
|
||||
# - name: checksum
|
||||
# run: |
|
||||
# for pkg in *.xbps; do sha256sum "$pkg" | tee "$pkg".sha256sum; done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue