ci: 添加 Gitea Actions 示例工作流

- 新增 ci.yaml 文件,定义 Gitea Actions 示例
This commit is contained in:
hu xiaotong
2025-06-26 12:22:30 +08:00
parent 0425f13637
commit 404771cd64

View File

@@ -4,7 +4,7 @@ on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
runs-on: gitea_runner
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"