Skip to content

Commit 01365a4

Browse files
author
Greg Bowler
committed
wip: add success output
1 parent f81b0f3 commit 01365a4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: phpmd-action.bash

+1-3
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,10 @@ then
6060
command_string+=($ACTION_ARGS)
6161
fi
6262

63-
echo "Command: ${command_string[@]}"
64-
6563
docker run --rm \
6664
--volume "${phar_path}":/usr/local/bin/phpmd \
6765
--volume "${GITHUB_WORKSPACE}":/app \
6866
--workdir /app \
6967
--network host \
7068
--env-file <( env| cut -f1 -d= ) \
71-
${docker_tag} "${command_string[@]}"
69+
${docker_tag} "${command_string[@]}" && echo "PHPMD completed successfully"

0 commit comments

Comments
 (0)