1
1
Fork 0
mirror of https://github.com/appleboy/ssh-action.git synced 2025-04-21 21:52:00 +02:00
Commit graph

2 commits

Author SHA1 Message Date
Bo-Yi Wu
0b4f525d32
ci: enhance GitHub Actions for IPv6 and flexibility
- Add a new CI job for testing IPv6 in GitHub Actions workflow
- Update the Docker image version from `1.7.3` to `1.7.4`
- Add a new `protocol` input parameter to the GitHub action with a default value of `tcp`
- Change the GitHub action to use a composite run steps action instead of a Docker container
- Update the `entrypoint.sh` script to use `bash` instead of `sh`, set stricter error handling, and add a function to detect client platform and architecture
- Modify the `entrypoint.sh` script to download a specific version of `drone-ssh` based on the detected client info and execute it

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2024-03-16 15:41:59 +08:00
Bo-Yi Wu
5e4c286287 feat: initial 2019-05-15 00:31:53 +08:00