ci: debugging2

This commit is contained in:
silver 2025-05-08 15:09:18 +01:00
parent 909604160a
commit 6f3686a47e
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -24,11 +24,10 @@ jobs:
- name: Update each branch
shell: bash
run: |
git branch
branches=()
eval "$(git for-each-ref --shell --format='branches+=(%(refname))' refs/heads/)"
for branch in "${branches[@]}"; do
git checkout $branch
git switch $branch
git status
nix run .#update_plugin -- update geyser