From b981cde42d73fc3c60e378e9509aeea93fe99d46 Mon Sep 17 00:00:00 2001 From: YaoLei Date: Thu, 2 Jul 2026 17:16:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0deploy.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index c8f72bb..76a39e5 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -1,12 +1,12 @@ -name: CI Demo +name: Cmd Test on: [push] jobs: test: - runs-on: act_runner1 + runs-on: ubuntu-latest steps: - name: Run arbitrary command - - run: | - echo "Hello from Gitea Actions!" + run: | + echo "Hello from Gitea Actions" date uname -a \ No newline at end of file