From 0e58c2c812305c603e884d5370404982d428cf92 Mon Sep 17 00:00:00 2001 From: adminroot Date: Thu, 23 Oct 2025 06:28:30 -0700 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/nextcloud?= =?UTF-8?q?=5Fsync&build.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/nextcloud_sync&build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/nextcloud_sync&build.yml b/.gitea/workflows/nextcloud_sync&build.yml index b29c601..4fa38f9 100644 --- a/.gitea/workflows/nextcloud_sync&build.yml +++ b/.gitea/workflows/nextcloud_sync&build.yml @@ -83,7 +83,7 @@ jobs: echo "周日定时任务 → 强制构建" echo "build=true" >> $GITHUB_OUTPUT - # 2. push 触发且路径匹配(()已在 trigger 中过滤,这里直接 true) + # 2. push 触发且路径匹配(已在 trigger 中过滤,这里直接 true) elif [ "${{ github.event_name }}" = "push" ]; then echo "push 触发(Dockerfile)→ 构建" echo "build=true" >> $GITHUB_OUTPUT