Skip to content

Commit

Permalink
docs(readme): update documentation for GitHub Actions and Docker support
Browse files Browse the repository at this point in the history
- 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 <[email protected]>
  • Loading branch information
appleboy committed Nov 17, 2024
1 parent 8fdfeb0 commit a8952eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@

![ssh workflow](./images/ssh-workflow.png)

[![Actions Status](https://github.com/appleboy/ssh-action/workflows/remote%20ssh%20command/badge.svg)](https://github.com/appleboy/ssh-action/actions)

**Important**: Only support **Linux** [docker](https://www.docker.com/) container.
[![testing main branch](https://github.com/appleboy/ssh-action/actions/workflows/main.yml/badge.svg)](https://github.com/appleboy/ssh-action/actions/workflows/main.yml)

This thing is built using [Golang](https://go.dev) and [drone-ssh](https://github.com/appleboy/drone-ssh). 🚀

Expand Down
4 changes: 1 addition & 3 deletions README.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

![ssh workflow](./images/ssh-workflow.png)

[![Actions Status](https://github.com/appleboy/ssh-action/workflows/remote%20ssh%20command/badge.svg)](https://github.com/appleboy/ssh-action/actions)

**注意**: 只支持在 **Linux** [docker](https://www.docker.com/) 容器上执行。
[![testing main branch](https://github.com/appleboy/ssh-action/actions/workflows/main.yml/badge.svg)](https://github.com/appleboy/ssh-action/actions/workflows/main.yml)

## 输入变量

Expand Down
4 changes: 1 addition & 3 deletions README.zh-tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

![ssh workflow](./images/ssh-workflow.png)

[![Actions Status](https://github.com/appleboy/ssh-action/workflows/remote%20ssh%20command/badge.svg)](https://github.com/appleboy/ssh-action/actions)

**注意**: 只支援在 **Linux** [docker](https://www.docker.com/) 容器上執行。
[![testing main branch](https://github.com/appleboy/ssh-action/actions/workflows/main.yml/badge.svg)](https://github.com/appleboy/ssh-action/actions/workflows/main.yml)

## 輸入變數

Expand Down

0 comments on commit a8952eb

Please sign in to comment.