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