diff --git a/.forgejo/workflows/geyser.yml b/.forgejo/workflows/geyser.yml index c557b3b..0f8ef49 100644 --- a/.forgejo/workflows/geyser.yml +++ b/.forgejo/workflows/geyser.yml @@ -24,10 +24,12 @@ jobs: - name: Update each branch shell: bash run: | + git branch branches=() eval "$(git for-each-ref --shell --format='branches+=(%(refname))' refs/heads/)" for branch in "${branches[@]}"; do git checkout $branch + git status nix run .#update_plugin -- update geyser # these will only succeed if there are changes