This commit is contained in:
parent
7aaf1131d2
commit
c2837bc4e4
8
.github/workflows/checksums.yml
vendored
8
.github/workflows/checksums.yml
vendored
@ -26,7 +26,9 @@ jobs:
|
||||
filename=$(basename "$file");
|
||||
sha256sum -b "$file" | sed "s|$file|$filename|" > "${file}.sha256";
|
||||
done
|
||||
git add -A
|
||||
git commit -m "chore: update checksums" || true
|
||||
git push origin ${{ github.ref }}
|
||||
unset IFS
|
||||
- name: Commit changes
|
||||
uses: actions/git-auto-commit-action@v5
|
||||
with:
|
||||
commit_message: "chore: update checksums"
|
||||
file_pattern: "*.sha256"
|
||||
|
Loading…
x
Reference in New Issue
Block a user