mirror of
https://gh-proxy.com/github.com/appleboy/ssh-action.git
synced 2025-04-17 00:31:49 +08: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 $*"
|