diff --git a/entrypoint.sh b/entrypoint.sh index cc098e2..4c53dfc 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -5,5 +5,5 @@ set -eu export GITHUB="true" [ -n "$INPUT_STRIP_COMPONENTS" ] && export INPUT_STRIP_COMPONENTS=$((INPUT_STRIP_COMPONENTS + 0)) -echo $INPUT_STRIP_COMPONENTS + sh -c "/bin/drone-scp $*"