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:08:07 +03:00
parent 48a16f3c83
commit 1a23706379

View File

@@ -10,6 +10,8 @@ jobs:
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" - 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: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- run: whoami - run: whoami
- run: hostname
- run: node -v - run: node -v
#- name: Check out repository code #- name: Check out repository code
#uses: actions/checkout@v6 #uses: actions/checkout@v6