Skip to content

Commit

Permalink
fix(chore): hardcode main as the default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
plastikfan committed Apr 28, 2024
1 parent 9a24dfc commit fea351e
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 @@ -57,7 +57,7 @@ jobs:
run: |
git add .
git commit -m "chore(gh-actions): apply auto-check edits"
git push -u origin ${{ github.event.repository.default_branch }}
git push -u origin main
shell: bash
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fea351e

Please sign in to comment.