mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-02-05 01:32:15 +01:00
Fix force pushing to branches after linting
This commit is contained in:
2
.github/workflows/check_code.yml
vendored
2
.github/workflows/check_code.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user