aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/black.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml
index d64b753..ae9ee8d 100644
--- a/.github/workflows/black.yml
+++ b/.github/workflows/black.yml
@@ -14,7 +14,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so that black can inspect it
- uses: actions/checkout@v2
- - uses: rgasper/python-black-pull-request-action@master
+ - uses: Mango0x45/python-black-pull-request-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINE_LENGTH: 88