From 4d850a7949abe6c56b7cf9a0c94c979e30d14c8c Mon Sep 17 00:00:00 2001 From: Christian Leucht Date: Wed, 18 Dec 2024 17:17:06 +0100 Subject: [PATCH] Update static-analysis-php.yml --- .github/workflows/static-analysis-php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static-analysis-php.yml b/.github/workflows/static-analysis-php.yml index 8c5be3fe..d73c8a97 100644 --- a/.github/workflows/static-analysis-php.yml +++ b/.github/workflows/static-analysis-php.yml @@ -73,4 +73,4 @@ jobs: - name: Run PHPStan if: ${{ hashFiles('phpstan.neon.dist, phpstan.neon, phpstan.dist.neon') }} - run: ./vendor/bin/phpstan ${{ inputs.PSALM_ARGS }} \ No newline at end of file + run: ./vendor/bin/phpstan ${{ inputs.PHPSTAN_ARGS }} \ No newline at end of file