From 7f18bf0ec86d81d9fba5e2bdf3253b7b22a604ab Mon Sep 17 00:00:00 2001 From: appleboy Date: Sun, 27 Apr 2025 12:46:41 +0800 Subject: [PATCH] docs: add v1 workflow version badge to all README files - Add a v1 version badge for the stable workflow to all README files Signed-off-by: appleboy --- README.md | 1 + README.zh-cn.md | 1 + README.zh-tw.md | 1 + 3 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 271da8a..eb7c683 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [GitHub Action](https://github.com/features/actions) for copying files and artifacts via SSH. +[![v1 version](https://github.com/appleboy/scp-action/actions/workflows/stable.yml/badge.svg)](https://github.com/appleboy/scp-action/actions/workflows/stable.yml) [![lint and test](https://github.com/appleboy/scp-action/actions/workflows/testing.yml/badge.svg)](https://github.com/appleboy/scp-action/actions/workflows/testing.yml) > **Note:** Only supports **Linux** [docker](https://www.docker.com/) containers. diff --git a/README.zh-cn.md b/README.zh-cn.md index 52994b7..4fe61eb 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -4,6 +4,7 @@ [GitHub Action](https://github.com/features/actions) 用于通过 SSH 复制文件和构建产物。 +[![v1 version](https://github.com/appleboy/scp-action/actions/workflows/stable.yml/badge.svg)](https://github.com/appleboy/scp-action/actions/workflows/stable.yml) [![lint and test](https://github.com/appleboy/scp-action/actions/workflows/testing.yml/badge.svg)](https://github.com/appleboy/scp-action/actions/workflows/testing.yml) > **注意:** 仅支持 **Linux** [docker](https://www.docker.com/) 容器。 diff --git a/README.zh-tw.md b/README.zh-tw.md index 2a0e4a6..9b39b42 100644 --- a/README.zh-tw.md +++ b/README.zh-tw.md @@ -4,6 +4,7 @@ [GitHub Action](https://github.com/features/actions) 用於透過 SSH 複製檔案與產物。 +[![v1 version](https://github.com/appleboy/scp-action/actions/workflows/stable.yml/badge.svg)](https://github.com/appleboy/scp-action/actions/workflows/stable.yml) [![lint and test](https://github.com/appleboy/scp-action/actions/workflows/testing.yml/badge.svg)](https://github.com/appleboy/scp-action/actions/workflows/testing.yml) > **注意:** 只支援 **Linux** [docker](https://www.docker.com/) 容器。