mirror of
https://github.com/appleboy/scp-action.git
synced 2025-02-17 16:19:59 +08:00
8 lines
57 B
Bash
8 lines
57 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
set -eu
|
||
|
|
||
|
export GITHUB="true"
|
||
|
|
||
|
/bin/drone-scp
|