diff --git a/.forgejo/workflows/geyser.yml b/.forgejo/workflows/geyser.yml index 0f8ef49..994d21e 100644 --- a/.forgejo/workflows/geyser.yml +++ b/.forgejo/workflows/geyser.yml @@ -24,11 +24,10 @@ 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 switch $branch git status nix run .#update_plugin -- update geyser