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

This commit is contained in:
2026-01-11 21:28:56 +00:00
parent 9d438df9cb
commit a4b725b3f8

View File

@@ -4,7 +4,7 @@ on: [push]
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: default runs-on: DEFAULT
steps: steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - 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 "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"