action-scp/entrypoint.sh

8 lines
167 B
Bash
Raw Normal View History

2024-09-22 20:31:44 +00:00
#!/run/current-system/sw/bin/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 $*"