You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: add SSH version testing to GitHub Actions workflow
- Add a new job `testing-drone-ssh-version` to the GitHub Actions workflow
- Initialize an SSH server container within the workflow
- Capture the container's IP address and store it in the GitHub environment
- Execute an SSH command and capture its stdout
- Check the captured stdout for the expected version `1.8.0`
- Add `version` input to `action.yml` for specifying the drone-ssh version
- Set `DRONE_SSH_VERSION` environment variable using the `version` input in `action.yml`
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
0 commit comments