ci: debugging6

This commit is contained in:
silver 2025-05-08 15:23:52 +01:00
parent 0de011828d
commit 7f78033810
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

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