更新 .gitea/workflows/demo.yaml
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 2m47s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 2m47s
Details
发布生产
This commit is contained in:
parent
02aed4ddaf
commit
7836aa9320
|
|
@ -25,7 +25,7 @@ jobs:
|
||||||
# https://github.com/actions/checkout
|
# https://github.com/actions/checkout
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
run: |
|
- run: |
|
||||||
echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
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 "🐧 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 }}."
|
echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue