修改
Some checks failed
Gitea Actions 示例 / example (push) Failing after 17s

(cherry picked from commit f1ed6e8e4ee2d2e7a7924f1b7663ef42edc8aca3)
This commit is contained in:
mrbbbaixue 2025-04-29 10:32:18 +08:00
parent 1d0e1b10ef
commit 264162e2d7

View File

@ -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)