From 1e211ea46952c3eeec27a0cc230dcfacbc4f1ace Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Mar 2026 00:21:39 +0000 Subject: [PATCH] fix: quote args field in sync.yml to resolve L23 YAML parse error Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com> Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/4f3b8ffd-1d22-4a13-b9a7-c3df94238c75 --- .github/workflows/sync.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index f8ebe113..8da60b06 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -3,7 +3,7 @@ name: Guanghu Grid Sync on: push: branches: - - main # 当你修改仓库代码时自动触发 + - main jobs: sync: @@ -20,4 +20,4 @@ jobs: RCLONE_CONFIG_DRIVE_SERVICE_ACCOUNT_CONTENTS: ${{ secrets.GOOGLE_DRIVE_SERVICE_ACCOUNT }} RCLONE_CONFIG_DRIVE_ROOT_FOLDER_ID: ${{ secrets.DRIVE_MIRROR_FOLDER_ID }} with: - args: sync . drive: + args: "sync . drive:"