mirror of
https://github.com/appleboy/ssh-action.git
synced 2025-04-06 07:13:36 +03:00
7 lines
68 B
Bash
Executable file
7 lines
68 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
export GITHUB="true"
|
|
|
|
sh -c "/bin/drone-ssh $*"
|