Skip to content

Commit

Permalink
Merge pull request #1562 from elebumm/OpenSourceSimon-patch-1
Browse files Browse the repository at this point in the history
Fix autoblack
  • Loading branch information
OpenSourceSimon authored Apr 13, 2023
2 parents a63dc9b + 1cc8f40 commit 0a2b784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autoblack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
git checkout $GITHUB_HEAD_REF
git commit -am "fixup: Format Python code with Black"
git push
git push origin HEAD:master

0 comments on commit 0a2b784

Please sign in to comment.