Merge pull request #168 from qinfendebingshuo/copilot/fix-sync-yml-syntax-error

Fix YAML parse error in sync.yml: quote args value containing trailing colon
This commit is contained in:
冰朔 2026-03-24 08:23:32 +08:00 committed by GitHub
commit ced0551cf3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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:"