From 6f3686a47e5b88fc97fdf3523b4ad2179fe6edca Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Thu, 8 May 2025 15:09:18 +0100 Subject: [PATCH] ci: debugging2 --- .forgejo/workflows/geyser.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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