You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ssh-action/.github
Bo-Yi Wu 86aa40ddb7
ci: add SSH server testing to GitHub Actions workflow
- Add a new job `testing-script-error` to the GitHub Actions workflow
- Use `actions/checkout@v4` to check out the code
- Create and run a new SSH server container using `lscr.io/linuxserver/openssh-server:latest`
- Capture the container's IP address and set it as an environment variable
- Add a step to test script errors with `continue-on-error: true`
- Configure the test script to connect to the SSH server and run a command that will fail (`ls /nonexistent`)

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2 months ago
..
ISSUE_TEMPLATE chore(github): update `appleboy/ssh-action` to version `v1.2.0` across workflows 4 months ago
workflows ci: add SSH server testing to GitHub Actions workflow 2 months ago
FUNDING.yml Update FUNDING.yml 3 years ago