mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2026-09-21 15:06:45 +00:00
fix: correct debug mode setting in entrypoint script
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
set -euo pipefail
|
||||
|
||||
if [ "${INPUT_DEBUG:-false}" = "true" ]; then
|
||||
set +x
|
||||
set -x
|
||||
fi
|
||||
|
||||
if [ -z "$(echo "$INPUT_REMOTE_PATH" | awk '{$1=$1};1')" ]; then
|
||||
|
||||
Reference in New Issue
Block a user