From c9dc92b829b12af80622f4a3011ee78883943b00 Mon Sep 17 00:00:00 2001 From: Ismail Sahillioglu Date: Fri, 14 Mar 2025 12:13:26 +0300 Subject: [PATCH] Fix runner name. --- .gitea/workflows/demo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 97f2a7a..4a02f26 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -4,7 +4,7 @@ on: [push] jobs: Explore-Gitea-Actions: - runs-on: [erk-linux, ubuntu-latest] + runs-on: erk-linux 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!"