validate remote_path is not empty

This commit is contained in:
Steven Agyekum
2023-06-08 17:23:41 +02:00
committed by GitHub
parent b247bfd3af
commit bef106d127
+5
View File
@@ -1,5 +1,10 @@
#!/bin/sh
if [ -z "$(awk '{$1=$1};1' <<< "$INPUT_REMOTE_PATH")" ]; then
echo "The remote_path can not be empty. see: github.com/Burnett01/rsync-deployments/issues/44"
exit 1
fi
# Start the SSH agent and load key.
source agent-start "$GITHUB_ACTION"
echo "$INPUT_REMOTE_KEY" | SSH_PASS="$INPUT_REMOTE_KEY_PASS" agent-add