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