From aafa797cdb05e24024e6eaecbc82dee94fb1010b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=AA=E5=89=91=E5=B3=B0?= <1024489@qq.com> Date: Wed, 31 Jul 2024 11:03:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=B7=A5=E4=BD=9C=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=E8=BF=90=E8=A1=8C=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/demo.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 5ec2326..edb92f6 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -4,6 +4,7 @@ on: [push] jobs: Explore-Gitea-Actions: + 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!"