Skip to content

Commit

Permalink
Use master instead of main for git-auto-commit-action
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacCheng9 committed Jun 25, 2024
1 parent 171eea5 commit 81472c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
args: "format --check --exclude src/trading_portfolio_tracker/ui"

- name: Commit changes made by Black
uses: stefanzweifel/git-auto-commit-action@main
uses: stefanzweifel/git-auto-commit-action@master
with:
commit_message: Format Python code with Ruff

Expand Down

0 comments on commit 81472c7

Please sign in to comment.