Skip to content

Commit

Permalink
Update formatting.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ProFastCode committed Feb 9, 2024
1 parent 5457fd4 commit e922937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
if: steps.action_black.outputs.is_formatted == 'true'
uses: peter-evans/create-pull-request@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GH_TOKEN }}
title: "Format Python code with psf/black push"
commit-message: ":art: Format Python code with psf/black"
body: |
Expand Down

0 comments on commit e922937

Please sign in to comment.