更新 .gitea/workflows/demo.yaml
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 40s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 40s
Details
测试提交内容body
This commit is contained in:
parent
bb7a9f3004
commit
33bee49d02
|
|
@ -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: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue