ci: debugging5
This commit is contained in:
parent
fb9929fa30
commit
0de011828d
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue