ssh-action/entrypoint.sh

8 lines
68 B
Bash
Raw Normal View History

2019-05-14 16:31:53 +00:00
#!/bin/sh
set -eu
export GITHUB="true"
sh -c "/bin/drone-ssh $*"