fix: correct debug mode setting in entrypoint script

This commit is contained in:
Burnett01 2025-09-01 15:13:14 +00:00
parent 7293bea8ec
commit 8bb0d8b3ce

View file

@ -3,7 +3,7 @@
set -euo pipefail
if [ "${INPUT_DEBUG:-false}" = "true" ]; then
set
set +x
fi
if [ -z "$(echo "$INPUT_REMOTE_PATH" | awk '{$1=$1};1')" ]; then