From ad5ac35594325db33f71fdcfbf952120f5abb000 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Thu, 7 Mar 2024 01:48:23 +0100 Subject: [PATCH] ci(autoblack): Input 'black_args' has been deprecated with message: Input is deprecated. Use and instead. --- .github/workflows/autoblack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'