From 264162e2d73e168ce4c6ecd68ed8e92fc2259a92 Mon Sep 17 00:00:00 2001 From: mrbbbaixue Date: Tue, 29 Apr 2025 10:32:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit f1ed6e8e4ee2d2e7a7924f1b7663ef42edc8aca3) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f9e8424..588fa38 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Gitea Actions 使用指南 +![](https://git.ra3battle.cn/actions/how-to-use/actions/workflows/example.yml/badge.svg?branch=master) + ## 示例说明 1. 本示例展示如何: @@ -22,6 +24,7 @@ > 注意:请使用本站地址来指定Actions镜像,例如: > `https://git.ra3battle.cn/actions/upload-artifact` +> 对于upload-artifact和download-artifact,必须要使用镜像,否则会出现错误 ## 更多资源 - [Gitea官方Actions示例文档](https://docs.gitea.com/zh-cn/usage/actions/act-runner)