Update .gitea/workflows/demo.yaml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s

This commit is contained in:
2025-10-03 23:07:45 +00:00
parent c8e5d81161
commit 99b40359e9

View File

@@ -4,7 +4,7 @@ on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: docker
runs-on: ubuntu-latest
steps:
- 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!"