From 0de011828d7d67d8f91b4a25e3145a1b55aeee65 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Thu, 8 May 2025 15:21:30 +0100 Subject: [PATCH] ci: debugging5 --- .forgejo/workflows/geyser.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/geyser.yml b/.forgejo/workflows/geyser.yml index 52fd98c..8a45000 100644 --- a/.forgejo/workflows/geyser.yml +++ b/.forgejo/workflows/geyser.yml @@ -24,6 +24,7 @@ jobs: - name: Update each branch shell: bash run: | + git fetch --all branches=() eval "$(git for-each-ref --shell --format='branches+=(%(refname))' refs/heads/)" for branch in "${branches[@]}"; do