mirror of
https://github.com/appleboy/scp-action.git
synced 2024-11-26 19:39:24 +08: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-scp $*"
|