diff --git a/Dockerfile b/Dockerfile index 54f038d..4baeb2f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,7 @@ RUN apt-get update -y && apt-get install -y \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* +RUN echo "${inputs.source} or $source or ${SOURCE}" # Fix potential UTF-8 errors RUN locale-gen en_US.UTF-8 diff --git a/rsync-docker.sh b/rsync-docker.sh index 066010a..545be8e 100755 --- a/rsync-docker.sh +++ b/rsync-docker.sh @@ -10,7 +10,7 @@ set -x # HOST: ${{ inputs.host }} # USER: ${{ inputs.user }} # SSHKEY: ${{ inputs.sshkey }} -echo "${SOURCE} ot $SOURCE" +echo "${SOURCE} or $SOURCE or ..." rsync::ssh() { : "${GITHUB_WORKSPACE?GITHUB_WORKSPACE has to be set. Did you use the actions/checkout action?}"