Commit deployed package changes

This commit is contained in:
Marty Oehme 2025-06-24 09:56:35 +02:00
parent e5d8f52668
commit 936aa8fbbc
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

@ -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