From 0c798f32408f626b25ca529e7d7d79edc13ad364 Mon Sep 17 00:00:00 2001 From: liyy <18435186204@163.com> Date: Fri, 25 Apr 2025 16:13:24 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/demo.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/demo.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 0d6f47c..544810f 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -4,9 +4,7 @@ on: [push] jobs: Explore-Gitea-Actions: - runs-on: ubuntu-22.04 - container: - image: gitea/runner-images:ubuntu-22.04 + runs-on: ubuntu-22.04:host 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!"