ci: the TRUE will set you free

This commit is contained in:
silver 2025-05-08 15:29:48 +01:00
parent c73e874fc4
commit e1c37c1ce3
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -34,9 +34,9 @@ jobs:
nix run .#update_plugin -- update geyser nix run .#update_plugin -- update geyser
## these will only succeed if there are changes ## these will only succeed if there are changes
git add --all git add --all || true
git commit -m "Updated geyser for $branch_local" git commit -m "Updated geyser for $branch_local" || true
git push git push || true
done done
# - uses: https://github.com/stefanzweifel/git-auto-commit-action@v5 # - uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
# with: # with: