1
1
Fork 0
mirror of https://github.com/appleboy/ssh-action.git synced 2025-03-28 14:46:19 +01:00
Commit graph

4 commits

Author SHA1 Message Date
Kyle Leonhard
644b4b43b0 Support running commands from a file 2024-10-23 18:58:56 -07:00
appleboy
8b84eaec3a
ci(script): improve CI robustness and coverage across environments
Some checks failed
testing main branch / default-user-name-password (push) Failing after 7s
testing main branch / check-ssh-key (push) Failing after 5s
testing main branch / support-key-passphrase (push) Failing after 5s
testing main branch / multiple-server (push) Failing after 11s
testing main branch / support-ed25519-key (push) Failing after 17s
testing stable version / check-ssh-key (push) Failing after 11s
testing main branch / testing ipv6 (push) Failing after 15s
testing main branch / testing-with-env (push) Failing after 18s
testing stable version / support-ed25519-key (push) Failing after 8s
testing stable version / default-user-name-password (push) Failing after 14s
testing stable version / support-key-passphrase (push) Failing after 11s
testing stable version / multiple-server (push) Failing after 9s
testing stable version / testing-with-env (push) Failing after 6s
- Change single-line script to multi-line bash script with error handling in GitHub Actions workflow

Signed-off-by: appleboy <appleboy.tw@gmail.com>
2024-10-24 01:27:03 +08:00
Bo-Yi Wu
b4a07ca594
ci: enhance GitHub Actions with secret variable support (#330)
* ci: enhance GitHub Actions with secret variable support

- Add a step to pass secret variables in the shell within the GitHub Actions workflow

Signed-off-by: appleboy <appleboy.tw@gmail.com>

* ci: enhance CI workflow and API integration

- Add `continue-on-error: true` to the GitHub Actions workflow

Signed-off-by: appleboy <appleboy.tw@gmail.com>

* ci: improve GitHub Actions workflow reliability

- Add `continue-on-error: true` to the GitHub Actions workflow

Signed-off-by: appleboy <appleboy.tw@gmail.com>

---------

Signed-off-by: appleboy <appleboy.tw@gmail.com>
2024-07-20 13:32:11 +08:00
Bo-Yi Wu
06fa62e61c
ci: rename the workflow files.
- Rename `ci.yml` to `main.yml`
- Rename `ssh-server.yml` to `stable.yml`

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2024-07-14 17:19:13 +08:00
Renamed from .github/workflows/ci.yml (Browse further)