mirror of
https://git.studyfor.work/actions/ssh-action.git
synced 2026-02-06 03:40:18 -05: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 $*"
|