From 76042e7b702aa6ae581e2ffbf3a1fdc5de932beb Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 23 Aug 2021 14:56:56 +0200 Subject: [PATCH] autoblack: Uuuuh PR creation isnt triggered if black returns an error code ? --- .github/workflows/autoblack.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/autoblack.yml b/.github/workflows/autoblack.yml index fa02d94d..10d2ea26 100644 --- a/.github/workflows/autoblack.yml +++ b/.github/workflows/autoblack.yml @@ -11,6 +11,7 @@ jobs: id: action_black with: black_args: "." + continue-on-error: true - name: Create Pull Request if: steps.action_black.outputs.is_formatted == 'true' uses: peter-evans/create-pull-request@v3