Skip to content

Commit

Permalink
feat(entrypoint): enable command logging in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Shemnei committed Jan 17, 2024
1 parent e4fb4f4 commit e4cb37e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ if [ "${RUNNER_DEBUG:-}" = "1" ]; then
INPUT_DEBUG="true"
fi

if [ "${INPUT_DEBUG}" = "true" ]; then
set -x
fi

export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}"

echo '::group:: Setting up typos args ...'
Expand Down

0 comments on commit e4cb37e

Please sign in to comment.