mirror of
https://github.com/canastro/copy-action.git
synced 2024-11-23 13:33:51 +08:00
84a678cc67
* use alpine:latest * change entrypoint * change script * fix typo
6 lines
50 B
Bash
6 lines
50 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
set -o pipefail
|
|
|
|
sh -c "cp $*" |