Skip to content

Commit d37b4f9

Browse files
authored
Fix the Variable name for the test.
1 parent f80ddad commit d37b4f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpmd-action.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ fi
7474

7575
echo "::debug::PHPMD Command: ${command_string[@]}"
7676

77-
if [ -Z $ACTION_PHPUNIT_PATH ]
77+
if [ -Z $ACTION_PHPMD_PATH ]
7878
then
7979
docker run --rm \
8080
--volume "${phar_path}":/usr/local/bin/phpmd \

0 commit comments

Comments
 (0)