Skip to content

Commit

Permalink
Show black diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Dec 10, 2022
1 parent 4a4525c commit 073fea2
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 @@ -23,7 +23,7 @@ jobs:
- name: If needed, commit black changes to the pull request
if: failure()
run: |
black .
black --diff .
git config --global user.name 'autoblack'
git config --global user.email '[email protected]'
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
Expand Down

0 comments on commit 073fea2

Please sign in to comment.