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 f81b0f3 commit 01365a4Copy full SHA for 01365a4
phpmd-action.bash
@@ -60,12 +60,10 @@ then
60
command_string+=($ACTION_ARGS)
61
fi
62
63
-echo "Command: ${command_string[@]}"
64
-
65
docker run --rm \
66
--volume "${phar_path}":/usr/local/bin/phpmd \
67
--volume "${GITHUB_WORKSPACE}":/app \
68
--workdir /app \
69
--network host \
70
--env-file <( env| cut -f1 -d= ) \
71
- ${docker_tag} "${command_string[@]}"
+ ${docker_tag} "${command_string[@]}" && echo "PHPMD completed successfully"
0 commit comments