You've already forked scp-action
mirror of
https://gitea.com/drucker/scp-action.git
synced 2025-12-10 07:18:34 +00:00
8 lines
57 B
Bash
Executable File
8 lines
57 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
export GITHUB="true"
|
|
|
|
/bin/drone-scp
|