We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dfdd77a + 3cd436a commit c82f85cCopy full SHA for c82f85c
phpcs-action.bash
@@ -5,7 +5,7 @@ docker_tag=$(cat ./docker_tag)
5
6
if [ -z "$ACTION_PHPCS_PATH" ]
7
then
8
- phar_url="https://www.getrelease.download/squizlabs/PHP_CodeSniffer/$ACTION_VERSION/phpcs.phar"
+ phar_url="https://www.getrelease.download/PHPCSStandards/PHP_CodeSniffer/$ACTION_VERSION/phpcs.phar"
9
phar_path="${github_action_path}/phpcs.phar"
10
curl --silent -H "User-agent: cURL (https://github.com/php-actions)" -L "$phar_url" > "$phar_path"
11
else
0 commit comments