Skip to content

Commit 5e43612

Browse files
authored
Merge pull request #3 from ulamthelucky/MDVarName
Fix the Variable name for the test.
2 parents f80ddad + a40bbcb commit 5e43612

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)