更新 .gitea/workflows/demo.yaml
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 40s Details

测试提交内容body
This commit is contained in:
xiehaijun 2025-07-26 14:59:34 +00:00
parent bb7a9f3004
commit 33bee49d02
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Get commit message (Push) - name: Get commit message (Push)
if: github.event_name == 'push' if: github.event_name == 'push'
run: | run: |