vars
This commit is contained in:
parent
dd99f90bec
commit
c7bfb1a69a
2 changed files with 2 additions and 1 deletions
|
@ -14,6 +14,7 @@ RUN apt-get update -y && apt-get install -y \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
RUN echo "${inputs.source} or $source or ${SOURCE}"
|
||||||
|
|
||||||
# Fix potential UTF-8 errors
|
# Fix potential UTF-8 errors
|
||||||
RUN locale-gen en_US.UTF-8
|
RUN locale-gen en_US.UTF-8
|
||||||
|
|
|
@ -10,7 +10,7 @@ set -x
|
||||||
# HOST: ${{ inputs.host }}
|
# HOST: ${{ inputs.host }}
|
||||||
# USER: ${{ inputs.user }}
|
# USER: ${{ inputs.user }}
|
||||||
# SSHKEY: ${{ inputs.sshkey }}
|
# SSHKEY: ${{ inputs.sshkey }}
|
||||||
echo "${SOURCE} ot $SOURCE"
|
echo "${SOURCE} or $SOURCE or ..."
|
||||||
|
|
||||||
rsync::ssh() {
|
rsync::ssh() {
|
||||||
: "${GITHUB_WORKSPACE?GITHUB_WORKSPACE has to be set. Did you use the actions/checkout action?}"
|
: "${GITHUB_WORKSPACE?GITHUB_WORKSPACE has to be set. Did you use the actions/checkout action?}"
|
||||||
|
|
Loading…
Reference in a new issue