更新 .gitea/workflows/demo.yaml
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 2m47s Details

发布生产
This commit is contained in:
xiehaijun 2025-07-27 07:33:45 +00:00
parent 02aed4ddaf
commit 7836aa9320
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
# https://github.com/actions/checkout
- name: Checkout code
uses: actions/checkout@v4
run: |
- run: |
echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."