From e1c37c1ce38fedd03f00c12e6eb7bfd99faf5208 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Thu, 8 May 2025 15:29:48 +0100 Subject: [PATCH] ci: the TRUE will set you free --- .forgejo/workflows/geyser.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: