We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f78ff2 commit 75b7dddCopy full SHA for 75b7ddd
phpmd-action.bash
@@ -60,7 +60,7 @@ then
60
command_string+=($ACTION_ARGS)
61
fi
62
63
-echo "Command: ${command_string[@]}" >> output.log 2>&1
+echo "Command: ${command_string[@]}"
64
65
docker run --rm \
66
--volume "${phar_path}":/usr/local/bin/phpmd \
0 commit comments