1
1
Fork 0
mirror of https://github.com/appleboy/ssh-action.git synced 2025-04-21 13:42:02 +02:00
ssh-action/entrypoint.sh
2019-05-15 00:31:53 +08:00

7 lines
68 B
Bash
Executable file

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