From fb9929fa30e510064b2cbb923847a3178aa3d880 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Thu, 8 May 2025 15:19:13 +0100 Subject: [PATCH] ci: debugging4 --- .forgejo/workflows/geyser.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.forgejo/workflows/geyser.yml b/.forgejo/workflows/geyser.yml index baaab45..52fd98c 100644 --- a/.forgejo/workflows/geyser.yml +++ b/.forgejo/workflows/geyser.yml @@ -29,14 +29,15 @@ jobs: for branch in "${branches[@]}"; do # need to convert "refs/heads/main" to "main" branch_local=$(echo "$branch" | awk -F'[\\\\/]' ' { print $3 }') - git switch $branch_local - git status - nix run .#update_plugin -- update geyser + echo $branch_local + #git switch $branch_local + #git status + #nix run .#update_plugin -- update geyser - # these will only succeed if there are changes - git add --all - git commit -m "Updated geyser for $branch_local" - git push + ## these will only succeed if there are changes + #git add --all + #git commit -m "Updated geyser for $branch_local" + #git push done # - uses: https://github.com/stefanzweifel/git-auto-commit-action@v5 # with: