Update .gitea/workflows/demo.yaml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s

This commit is contained in:
ssa
2026-02-19 12:07:01 +03:00
parent 795f47cd4f
commit 48a16f3c83

View File

@@ -9,6 +9,7 @@ jobs:
- 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 "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- run: whoami
- run: node -v
#- name: Check out repository code
#uses: actions/checkout@v6