ci: the TRUE will set you free
This commit is contained in:
parent
c73e874fc4
commit
e1c37c1ce3
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue