1
0
mirror of https://github.com/appleboy/scp-action.git synced 2025-02-15 20:55:35 +00:00
scp-action/entrypoint.sh
2019-05-11 20:30:07 +08:00

8 lines
68 B
Bash
Executable File

#!/bin/sh
set -eu
export GITHUB="true"
sh -c "/bin/drone-scp $*"