not working fix 1
This commit is contained in:
parent
8ba0e72d2e
commit
6026614686
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue