Skip to content

Commit a40bbcb

Browse files
authored
Adjust test to match format of test in line 6
1 parent d37b4f9 commit a40bbcb

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_PHPMD_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)