From 8271a560fd355248776b0d4b4dbdad267cfa3122 Mon Sep 17 00:00:00 2001 From: hxuanyu <2252193204@qq.com> Date: Mon, 4 Nov 2024 14:02:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4action=20runner=E4=B8=AD?= =?UTF-8?q?=E7=9A=84node=E8=8A=82=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build-deploy.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/build-deploy.yaml b/.gitea/workflows/build-deploy.yaml index 6000e30..775ce59 100644 --- a/.gitea/workflows/build-deploy.yaml +++ b/.gitea/workflows/build-deploy.yaml @@ -6,7 +6,6 @@ jobs: Explore-Gitea-Actions: runs-on: common-devops steps: - - run: node -v - 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 "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."