diff --git a/.github/workflows/autoblack.yml b/.github/workflows/autoblack.yml index c15bcf56b..45a34fa12 100644 --- a/.github/workflows/autoblack.yml +++ b/.github/workflows/autoblack.yml @@ -22,13 +22,13 @@ jobs: run: | black spacy git status + git add -A + git commit -am "Auto-format code with black" - name: Create Pull Request uses: peter-evans/create-pull-request@v3 with: title: Auto-format code with black labels: meta - commit-message: Auto-format code with black - committer: GitHub author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> body: _This PR is auto-generated._ draft: false