Skip to content

Commit c82f85c

Browse files
author
Greg Bowler
authored
Merge pull request #1 from cookieguru/patch-1
version: latest does not actually retrieve the latest version
2 parents dfdd77a + 3cd436a commit c82f85c

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)