Skip to content

Commit

Permalink
fix(chore): checkout main branch without -b option
Browse files Browse the repository at this point in the history
  • Loading branch information
plastikfan committed Apr 28, 2024
1 parent f0e75c1 commit b19de5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-check-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

- name: Add files and commit changes
run: |
git checkout -b main
git checkout main
git pull origin main
git push -u origin main
git add .
Expand Down

0 comments on commit b19de5c

Please sign in to comment.