mirror of
https://github.com/appleboy/scp-action.git
synced 2024-11-12 04:28:06 +00:00
8 lines
57 B
Bash
8 lines
57 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
set -eu
|
||
|
|
||
|
export GITHUB="true"
|
||
|
|
||
|
/bin/drone-scp
|