diff --git a/.github/workflows/autoblack.yml b/.github/workflows/autoblack.yml index 87c3d722..de552880 100644 --- a/.github/workflows/autoblack.yml +++ b/.github/workflows/autoblack.yml @@ -13,7 +13,7 @@ jobs: uses: psf/black@stable id: black with: - black_args: "." + options: "." continue-on-error: true - name: Create Pull Request if: steps.black.outputs.is_formatted == 'true'