mirror of
https://gitea.com/actions/appleboy-ssh-action.git
synced 2025-01-19 09:14:46 +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 $*"
|