From 60266146865d04eec698aef9f3f636afae7b618d Mon Sep 17 00:00:00 2001 From: L3D Date: Fri, 12 May 2023 00:03:37 +0200 Subject: [PATCH] not working fix 1 --- rsync-docker.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rsync-docker.sh b/rsync-docker.sh index b399ac0..01323c0 100755 --- a/rsync-docker.sh +++ b/rsync-docker.sh @@ -12,8 +12,8 @@ set -x # SSHKEY: ${{ inputs.sshkey }} rsync::ssh() { - : "${SSHKEY?Please provide a SSH Private Key (ED25519).}" : "${GITHUB_WORKSPACE?GITHUB_WORKSPACE has to be set. Did you use the actions/checkout action?}" + : "${SSHKEY?Please provide a SSH Private Key (ED25519).}" : "${HOST?Destination Server}" pushd "${GITHUB_WORKSPACE}" printf "Add SSH Private Key" @@ -35,3 +35,4 @@ rsync::transfer() { } rsync::ssh +rsync::transfer