You've already forked scp-action
mirror of
https://gitea.com/drucker/scp-action.git
synced 2025-12-15 01:38:28 +00: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 $*"
|