From 6b2d3092e33afb945be4e80af2cda12c88dcef2c Mon Sep 17 00:00:00 2001 From: appleboy Date: Sun, 27 Apr 2025 11:39:19 +0800 Subject: [PATCH] docs: update README badges to reference lint and test workflow - Update the badge in all READMEs to use the lint and test workflow instead of the previous Actions status badge Signed-off-by: appleboy --- README.md | 2 +- README.zh-cn.md | 2 +- README.zh-tw.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5ff4710..d0f5198 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [GitHub Action](https://github.com/features/actions) for copying files and artifacts via SSH. -[![Actions Status](https://github.com/appleboy/scp-action/workflows/scp%20files/badge.svg)](https://github.com/appleboy/scp-action/actions) +[![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 ba216b5..fef6eb1 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -4,7 +4,7 @@ [GitHub Action](https://github.com/features/actions) 用于通过 SSH 复制文件和构建产物。 -[![Actions Status](https://github.com/appleboy/scp-action/workflows/scp%20files/badge.svg)](https://github.com/appleboy/scp-action/actions) +[![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 3895fd0..5e7d40a 100644 --- a/README.zh-tw.md +++ b/README.zh-tw.md @@ -4,7 +4,7 @@ [GitHub Action](https://github.com/features/actions) 用於透過 SSH 複製檔案與產物。 -[![Actions Status](https://github.com/appleboy/scp-action/workflows/scp%20files/badge.svg)](https://github.com/appleboy/scp-action/actions) +[![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/) 容器。