Skip to content

Commit 34168df

Browse files
committed
Change output.log to debug commands
1 parent f04df35 commit 34168df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpmd-action.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ then
2020
exit 1
2121
fi
2222

23-
echo "phar_path=$phar_path" >> output.log 2>&1
23+
echo "::debug::phar_path=$phar_path"
2424

2525
if [[ ! -x "$phar_path" ]]
2626
then
@@ -72,7 +72,7 @@ then
7272
command_string+=($ACTION_ARGS)
7373
fi
7474

75-
echo "Command: ${command_string[@]}" >> output.log 2>&1
75+
echo "::debug::PHPMD Command: ${command_string[@]}"
7676

7777
if [ -Z $ACTION_PHPUNIT_PATH ]
7878
then

0 commit comments

Comments
 (0)