Fix force pushing to branches after linting

This commit is contained in:
KingRainbow44
2023-05-16 21:19:29 -04:00
parent 38b7c2d0d3
commit 26564b841e
2 changed files with 5 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ jobs:
- run: git config --global user.name "github-actions"
- run: git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
- run: git stash
- run: git checkout unstable
- run: git checkout unstable && git pull
- run: git stash pop || true
- name: Commit Code Changes