mirror of
https://gitea.com/drucker/scp-action.git
synced 2025-06-07 13:56:38 +00:00
8 lines
57 B
Bash
8 lines
57 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
set -eu
|
||
|
|
||
|
export GITHUB="true"
|
||
|
|
||
|
/bin/drone-scp
|