From 3299103050777980187eee2d98b351694928cbd7 Mon Sep 17 00:00:00 2001 From: silver Date: Tue, 5 Aug 2025 23:04:53 +0000 Subject: [PATCH] test: dig into why this isnt running --- .forgejo/workflows/geyser.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/geyser.yml b/.forgejo/workflows/geyser.yml index 69d8f20..679e238 100644 --- a/.forgejo/workflows/geyser.yml +++ b/.forgejo/workflows/geyser.yml @@ -36,6 +36,8 @@ jobs: branches=() eval "$(git for-each-ref --shell --format='branches+=(%(refname))' refs/remotes/origin/)" for branch in "${branches[@]}"; do + # for debugging + echo "$branch" # need to convert "'refs/remotes/origin/main" to "main" branch_local=$(echo "$branch" | awk -F'[\\\\/]' ' { print $4 }') git switch $branch_local