diff --git a/.forgejo/workflows/geyser.yml b/.forgejo/workflows/geyser.yml index 8a45000..336dadc 100644 --- a/.forgejo/workflows/geyser.yml +++ b/.forgejo/workflows/geyser.yml @@ -25,6 +25,7 @@ jobs: shell: bash run: | git fetch --all + git pull --all branches=() eval "$(git for-each-ref --shell --format='branches+=(%(refname))' refs/heads/)" for branch in "${branches[@]}"; do