diff options
author | Thomas Voss <57815710+Mango0x45@users.noreply.github.com> | 2020-09-12 13:07:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-12 13:07:43 +0000 |
commit | abac29ac469b840562f21d01f873ab3a001ef8fc (patch) | |
tree | dd545b9aa5570afd66646bea3683848baf81b4ac | |
parent | e8a8bd34644c6ceb8d438d33b2c3c72e781e5416 (diff) | |
download | steve-bot-abac29ac469b840562f21d01f873ab3a001ef8fc.tar steve-bot-abac29ac469b840562f21d01f873ab3a001ef8fc.tar.gz steve-bot-abac29ac469b840562f21d01f873ab3a001ef8fc.tar.bz2 steve-bot-abac29ac469b840562f21d01f873ab3a001ef8fc.tar.lz steve-bot-abac29ac469b840562f21d01f873ab3a001ef8fc.tar.xz steve-bot-abac29ac469b840562f21d01f873ab3a001ef8fc.tar.zst steve-bot-abac29ac469b840562f21d01f873ab3a001ef8fc.zip |
if this doesnt work im done
-rw-r--r-- | .github/workflows/black.yml | 2 |
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 |