update runner config
Some checks failed
todor's gitea actions demo / Explore-Gitea-Actions (push) Failing after 12s

This commit is contained in:
Todor Bogosavljević 2025-06-27 10:12:30 +00:00
parent 46798b4e2a
commit 8c9b0d11e8

View File

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