ssh-action/entrypoint.sh
2019-05-15 00:31:53 +08:00

8 lines
68 B
Bash
Executable File

#!/bin/sh
set -eu
export GITHUB="true"
sh -c "/bin/drone-ssh $*"