mirror of
https://gitea.com/actions/appleboy-ssh-action.git
synced 2024-11-22 10:09:37 +01:00
8 lines
68 B
Bash
8 lines
68 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
set -eu
|
||
|
|
||
|
export GITHUB="true"
|
||
|
|
||
|
sh -c "/bin/drone-ssh $*"
|