ci: debugging4
This commit is contained in:
parent
3f7ba2bc7f
commit
fb9929fa30
1 changed files with 8 additions and 7 deletions
|
@ -29,14 +29,15 @@ jobs:
|
||||||
for branch in "${branches[@]}"; do
|
for branch in "${branches[@]}"; do
|
||||||
# need to convert "refs/heads/main" to "main"
|
# need to convert "refs/heads/main" to "main"
|
||||||
branch_local=$(echo "$branch" | awk -F'[\\\\/]' ' { print $3 }')
|
branch_local=$(echo "$branch" | awk -F'[\\\\/]' ' { print $3 }')
|
||||||
git switch $branch_local
|
echo $branch_local
|
||||||
git status
|
#git switch $branch_local
|
||||||
nix run .#update_plugin -- update geyser
|
#git status
|
||||||
|
#nix run .#update_plugin -- update geyser
|
||||||
|
|
||||||
# these will only succeed if there are changes
|
## these will only succeed if there are changes
|
||||||
git add --all
|
#git add --all
|
||||||
git commit -m "Updated geyser for $branch_local"
|
#git commit -m "Updated geyser for $branch_local"
|
||||||
git push
|
#git push
|
||||||
done
|
done
|
||||||
# - uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
|
# - uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
|
||||||
# with:
|
# with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue