ci: debugging5

This commit is contained in:
silver 2025-05-08 15:21:30 +01:00
parent fb9929fa30
commit 0de011828d
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -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