Skip to content

Commit

Permalink
test: Add debug commands
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmd committed Mar 26, 2020
1 parent 3b1c701 commit a848740
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@

set -e

echo "GITHUB_WORKFLOW=$GITHUB_WORKFLOW"
echo "GITHUB_WORKSPACE=$GITHUB_WORKSPACE"
echo "GITHUB_ACTION=$GITHUB_ACTION"
echo "RUNNER_OS=$RUNNER_OS"
echo "RUNNER_TEMP=$RUNNER_TEMP"
echo "RUNNER_WORKSPACE=$RUNNER_WORKSPACE"

echorun() {
echo "$ $*"
"$@"
Expand Down

0 comments on commit a848740

Please sign in to comment.