mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2025-12-19 11:12:18 +01:00
fix: correct debug mode setting in entrypoint script
This commit is contained in:
parent
7293bea8ec
commit
8bb0d8b3ce
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
if [ "${INPUT_DEBUG:-false}" = "true" ]; then
|
if [ "${INPUT_DEBUG:-false}" = "true" ]; then
|
||||||
set
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue