Skip to content

Commit 3cd436a

Browse files
authored
Pull Phar file from correct PHP CS repository
Development moved, see squizlabs/PHP_CodeSniffer#3932
1 parent dfdd77a commit 3cd436a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpcs-action.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ docker_tag=$(cat ./docker_tag)
55

66
if [ -z "$ACTION_PHPCS_PATH" ]
77
then
8-
phar_url="https://www.getrelease.download/squizlabs/PHP_CodeSniffer/$ACTION_VERSION/phpcs.phar"
8+
phar_url="https://www.getrelease.download/PHPCSStandards/PHP_CodeSniffer/$ACTION_VERSION/phpcs.phar"
99
phar_path="${github_action_path}/phpcs.phar"
1010
curl --silent -H "User-agent: cURL (https://github.com/php-actions)" -L "$phar_url" > "$phar_path"
1111
else

0 commit comments

Comments
 (0)