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

7 commits

Author SHA1 Message Date
appleboy
b76e6173e8
docs(readme): standardize and format README files across languages
- Remove an empty line in `README.md`
- Replace underscores with bold formatting for default key types in `README.zh-cn.md` and `README.zh-tw.md`
- Standardize list formatting in `README.md`, `README.zh-cn.md`, and `README.zh-tw.md`

Signed-off-by: appleboy <appleboy.tw@gmail.com>
2024-12-01 10:10:43 +08:00
appleboy
6137f733fb
docs: improve project documentation and organization
Some checks failed
testing stable version / default-user-name-password (push) Has been cancelled
testing main branch / default-user-name-password (push) Has been cancelled
testing main branch / check-ssh-key (push) Has been cancelled
testing main branch / support-key-passphrase (push) Has been cancelled
testing main branch / multiple-server (push) Has been cancelled
testing main branch / support-ed25519-key (push) Has been cancelled
testing main branch / testing-with-env (push) Has been cancelled
testing main branch / testing ipv6 (push) Has been cancelled
testing stable version / check-ssh-key (push) Has been cancelled
testing stable version / support-key-passphrase (push) Has been cancelled
testing stable version / multiple-server (push) Has been cancelled
testing stable version / support-ed25519-key (push) Has been cancelled
testing stable version / testing-with-env (push) Has been cancelled
- Add a project description mentioning the use of Golang and drone-ssh
- Replace the list of input variables with a table format for better readability and organization

Signed-off-by: appleboy <appleboy.tw@gmail.com>
2024-11-23 23:30:59 +08:00
appleboy
a8952ebe2a
docs(readme): update documentation for GitHub Actions and Docker support
- Update README badges to reflect the new GitHub Actions workflow
- Remove outdated information about Linux Docker container support in README files

Signed-off-by: appleboy <appleboy.tw@gmail.com>
2024-11-17 15:51:42 +08:00
appleboy
7eaf76671a
docs(readme): update SSH action and enhance Chinese README files
- Update `appleboy/ssh-action` from version `v1.1.0` to `v1.2.0` in multiple instances
- Add `script_file` option to the Chinese (Simplified) and Chinese (Traditional) README files
- Add example for executing commands from a file in the Chinese (Simplified) and Chinese (Traditional) README files

Signed-off-by: appleboy <appleboy.tw@gmail.com>
2024-11-17 15:08:23 +08:00
Lukáš Tesař
3f1416813d
fix: typo in success message (#340)
Some checks failed
testing main branch / default-user-name-password (push) Failing after 7s
testing main branch / check-ssh-key (push) Failing after 6s
testing main branch / support-key-passphrase (push) Failing after 5s
testing main branch / multiple-server (push) Failing after 5s
testing main branch / support-ed25519-key (push) Failing after 5s
testing main branch / testing ipv6 (push) Failing after 2s
testing main branch / testing-with-env (push) Failing after 5s
testing stable version / default-user-name-password (push) Failing after 3s
testing stable version / check-ssh-key (push) Failing after 2s
testing stable version / support-key-passphrase (push) Failing after 3s
testing stable version / multiple-server (push) Failing after 3s
testing stable version / support-ed25519-key (push) Failing after 2s
testing stable version / testing-with-env (push) Failing after 3s
Reflects changes made by [drone-ssh#283](https://github.com/appleboy/drone-ssh/pull/283)
2024-10-13 09:00:02 +08:00
appleboy
bb32884d53
chore: enhance CI/CD workflows and documentation formatting
Some checks failed
testing main branch / default-user-name-password (push) Failing after 13s
testing main branch / support-key-passphrase (push) Failing after 10s
testing main branch / support-ed25519-key (push) Failing after 6s
testing main branch / multiple-server (push) Failing after 9s
testing main branch / testing-with-env (push) Failing after 6s
testing main branch / testing ipv6 (push) Failing after 4s
testing stable version / default-user-name-password (push) Failing after 4s
testing stable version / check-ssh-key (push) Failing after 3s
testing stable version / support-key-passphrase (push) Failing after 3s
testing stable version / multiple-server (push) Failing after 3s
testing stable version / support-ed25519-key (push) Failing after 3s
testing stable version / testing-with-env (push) Failing after 3s
testing main branch / check-ssh-key (push) Failing after 46s
- Update `appleboy/ssh-action` from version `v1.0.3` to `v1.1.0` in multiple instances
- Fix table formatting in `README.md`

Signed-off-by: appleboy <appleboy.tw@gmail.com>
2024-10-06 21:19:31 +08:00
archiguru
d732991ab0
docs(lang): README.zh-cn Document (#332)
* feat: add README.zh-cn Document

* feat: add zh-cn superlink
2024-09-07 15:36:08 +08:00