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