1
0
mirror of https://gitea.com/actions/appleboy-ssh-action.git synced 2025-12-04 20:29:29 +00:00
Files
appleboy-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 $*"