From 909604160a9e5744f387e73b855f0e925af37590 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Thu, 8 May 2025 15:04:48 +0100 Subject: [PATCH] ci: debugging --- .forgejo/workflows/geyser.yml | 2 ++ 1 file changed, 2 insertions(+) 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