mirror of
https://github.com/appleboy/ssh-action.git
synced 2025-01-11 02:25:18 +00:00
docs(readme): refactor README files to improve language link structure
Some checks failed
testing main branch / default-user-name-password (push) Failing after 2h38m38s
testing main branch / check-ssh-key (push) Failing after 4s
testing main branch / support-key-passphrase (push) Failing after 4s
testing main branch / multiple-server (push) Failing after 4s
testing main branch / support-ed25519-key (push) Failing after 4s
testing main branch / testing-with-env (push) Failing after 4s
testing main branch / testing ipv6 (push) Failing after 6m10s
testing stable version / default-user-name-password (push) Failing after 12s
testing stable version / check-ssh-key (push) Failing after 8s
testing stable version / support-key-passphrase (push) Failing after 8s
testing stable version / multiple-server (push) Failing after 5s
testing stable version / support-ed25519-key (push) Failing after 5s
testing stable version / testing-with-env (push) Failing after 11s
Some checks failed
testing main branch / default-user-name-password (push) Failing after 2h38m38s
testing main branch / check-ssh-key (push) Failing after 4s
testing main branch / support-key-passphrase (push) Failing after 4s
testing main branch / multiple-server (push) Failing after 4s
testing main branch / support-ed25519-key (push) Failing after 4s
testing main branch / testing-with-env (push) Failing after 4s
testing main branch / testing ipv6 (push) Failing after 6m10s
testing stable version / default-user-name-password (push) Failing after 12s
testing stable version / check-ssh-key (push) Failing after 8s
testing stable version / support-key-passphrase (push) Failing after 8s
testing stable version / multiple-server (push) Failing after 5s
testing stable version / support-ed25519-key (push) Failing after 5s
testing stable version / testing-with-env (push) Failing after 11s
- Combine language links into a single line in `README.md` - Add links to English and Traditional Chinese README in `README.zh-cn.md` - Combine language links into a single line in `README.zh-tw.md` Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
parent
b76e6173e8
commit
48531853a7
@ -1,7 +1,6 @@
|
||||
# 🚀 SSH for GitHub Actions
|
||||
|
||||
[繁體中文](./README.zh-tw.md)
|
||||
[简体中文](./README.zh-cn.md)
|
||||
[繁體中文](./README.zh-tw.md) | [简体中文](./README.zh-cn.md)
|
||||
|
||||
[GitHub Action](https://github.com/features/actions) for executing remote SSH commands.
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
# 🚀 用于 GitHub Actions 的 SSH
|
||||
|
||||
[English](./README.md) | [繁體中文](./README.zh-tw.md)
|
||||
|
||||
[GitHub Action](https://github.com/features/actions) 用于执行远程 SSH 命令。
|
||||
|
||||
![ssh workflow](./images/ssh-workflow.png)
|
||||
|
@ -1,7 +1,6 @@
|
||||
# 🚀 GitHub Actions 的 SSH
|
||||
|
||||
[English](./README.md)
|
||||
[简体中文](./README.zh-cn.md)
|
||||
[English](./README.md) | [简体中文](./README.zh-cn.md)
|
||||
|
||||
[GitHub Action](https://github.com/features/actions) 用於執行遠端 SSH 命令。
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user