action-scp/entrypoint.sh

8 lines
68 B
Bash
Raw Normal View History

2019-05-11 09:01:31 +00:00
#!/bin/sh
set -eu
export GITHUB="true"
2019-05-11 12:30:07 +00:00
sh -c "/bin/drone-scp $*"