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)