diff --git a/.github/workflows/black-formatter.yml b/.github/workflows/black-formatter.yml index 70279d2..ed0933c 100644 --- a/.github/workflows/black-formatter.yml +++ b/.github/workflows/black-formatter.yml @@ -13,13 +13,11 @@ jobs: - uses: actions/checkout@v3 - uses: psf/black@stable - id: action_black with: options: "-l 80" src: "./pina" - name: Create Pull Request - if: steps.action_black.outputs.is_formatted == 'true' uses: peter-evans/create-pull-request@v3 with: token: ${{ secrets.GITHUB_TOKEN }}