From b035e80a29672f729aae9173a54256f75da2fc3a Mon Sep 17 00:00:00 2001 From: xiehaijun Date: Sun, 27 Jul 2025 09:41:59 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/demo.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 发布生产 --- .gitea/workflows/demo.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 31b23ab..839f609 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -19,7 +19,7 @@ on: # - cron: '30 5 * * 2,4' jobs: - 构建应用: + "构建应用": runs-on: ubuntu-latest steps: # https://github.com/actions/checkout @@ -112,7 +112,7 @@ jobs: echo 'docker push :latest' docker info 发布应用: - needs: 构建应用 + needs: "构建应用" runs-on: ubuntu-latest steps: - name: 执行远程 SSH 命令