scp files / test scp action (push) Failing after 12s
scp files / test deploy artifact (push) Failing after 6s
scp files / test changed-files (push) Failing after 9s
scp files / test target folder (push) Failing after 8s
scp files / test Multiple Host (push) Failing after 9s
- Remove Dockerfile and switch the action implementation from Docker to composite actions
- Add support for specifying the drone-scp version and automatically download the appropriate binary at runtime
- Add new inputs: curl_insecure, capture_stdout, and version for improved flexibility and output handling
- Add output for capturing standard output from executed commands when enabled
- entrypoint.sh refactored from sh to bash and made more robust with error handling, dynamic platform/architecture detection, and secure downloading of the binary
- Action now works cross-platform rather than being tied to a specific Docker image
Signed-off-by: appleboy <appleboy.tw@gmail.com>