diff --git a/entrypoint.sh b/entrypoint.sh index 4c53dfc..cc098e2 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 $*"