mirror of
https://gitea.com/actions/appleboy-ssh-action.git
synced 2024-11-22 18:19:36 +01: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 $*"
|