From 7e364d01931a591cc643ea409ff1569699183b65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=AA=E5=89=91=E5=B3=B0?= <1024489@qq.com> Date: Mon, 5 Aug 2024 16:41:54 +0800 Subject: [PATCH] 12 --- .gitea/workflows/demo.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 5540ae7..e1466fc 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -4,6 +4,5 @@ on: [push] jobs: Explore-Gitea-Actions: - runs-on: ubuntu-latest steps: - - run: echo " 🚀The job was automatically triggered by a ${{ gitea.event_name }} event." \ No newline at end of file + - run: echo " 🚀The job was automatically triggered by a ${{ runs-on}} event." \ No newline at end of file