Skip to content

Commit 189f76c

Browse files
author
Greg Bowler
committed
wip: debug command
1 parent db096f4 commit 189f76c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

phpcs-action.bash

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ then
3030
command_string+=($ACTION_ARGS)
3131
fi
3232

33+
echo "Command: ${command_string[@]}"
34+
3335
docker run --rm \
3436
--volume "${phar_path}":/usr/local/bin/phpcs \
3537
--volume "${GITHUB_WORKSPACE}":/app \

0 commit comments

Comments
 (0)