From 6527eec1335296850da87adce021a0f5ebe35933 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=8C?= <259278618@qq.com> Date: Tue, 2 Jun 2026 21:59:45 +0800 Subject: [PATCH] =?UTF-8?q?https=E8=AF=81=E4=B9=A6=E6=9B=BF=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index b144638..dd7d17e 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -3,8 +3,8 @@ on: push: branches: [ main ] jobs: - 部署应用: - runs-on: host + deploy: + runs-on: ubuntu-latest steps: - name: 拉取代码 uses: actions/checkout@v4