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