This commit is contained in:
2026-04-04 21:30:30 +08:00
parent 6256c276f3
commit a0698cff12

View File

@@ -8,7 +8,7 @@ on:
- dev # 添加你的分支 - dev # 添加你的分支
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-runner01 runs-on: ubuntu-24.04
steps: steps:
- run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event." - 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!" - run: echo "This job is now running on a ${{ runner.os }} server hosted by Gitea!"