not working fix 1
All checks were successful
hadolint Dockerfile / build (push) Successful in 6s
shellchecking ansible-docker.sh / build (push) Successful in 15s
Yamllint GitHub Actions / Yamllint (push) Successful in 9s

This commit is contained in:
L3D 2023-05-12 00:03:37 +02:00
parent 8ba0e72d2e
commit 6026614686
No known key found for this signature in database
GPG key ID: AD65B920933B4B20

View file

@ -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