mirror of
https://github.com/elgohr/Publish-Docker-Github-Action.git
synced 2026-03-12 18:07:12 -04:00
Be verbose on ACTIONS_STEP_DEBUG
This commit is contained in:
@@ -4,6 +4,10 @@ set -e
|
||||
function main() {
|
||||
echo "" # see https://github.com/actions/toolkit/issues/168
|
||||
|
||||
if usesBoolean "${ACTIONS_STEP_DEBUG}"; then
|
||||
set -x
|
||||
fi
|
||||
|
||||
sanitize "${INPUT_NAME}" "name"
|
||||
sanitize "${INPUT_USERNAME}" "username"
|
||||
sanitize "${INPUT_PASSWORD}" "password"
|
||||
|
||||
Reference in New Issue
Block a user