mirror of
https://githubfast.com/appleboy/ssh-action
synced 2024-10-31 15:46:30 +00:00
8 lines
68 B
Bash
Executable File
8 lines
68 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
export GITHUB="true"
|
|
|
|
sh -c "/bin/drone-ssh $*"
|