action-scp/entrypoint.sh

8 lines
153 B
Bash
Raw Normal View History

#!/usr/bin/env sh
2019-05-11 09:01:31 +00:00
set -eu
[ -n "$INPUT_STRIP_COMPONENTS" ] && export INPUT_STRIP_COMPONENTS=$((INPUT_STRIP_COMPONENTS + 0))
2019-05-11 12:30:07 +00:00
sh -c "/bin/drone-scp $*"