From 83215c5628ae1af87fb2571085d9788e4faa5bcc Mon Sep 17 00:00:00 2001 From: Onur Atakan ULUSOY Date: Wed, 8 Nov 2023 21:38:04 +0300 Subject: [PATCH] Fix --- .github/workflows/lint.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ec9f61e..c3fc42c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -4,11 +4,11 @@ on: push: paths: - '.github/workflows/lint.yml' - - 'upsonic_auth/**' + - 'upsonic_phantom/**' pull_request: paths: - '.github/workflows/lint.yml' - - 'upsonic_auth/**' + - 'upsonic_phantom/**' permissions: @@ -25,7 +25,7 @@ jobs: uses: rickstaa/action-black@v1 id: action_black with: - black_args: "upsonic_auth/* --force-exclude upsonic_auth/__init__.py --include upsonic_auth/*" + black_args: "upsonic_phantom/* --force-exclude upsonic_phantom/__init__.py --include upsonic_phantom/*" - name: Create Pull Request if: steps.action_black.outputs.is_formatted == 'true' uses: peter-evans/create-pull-request@v3