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
This commit is contained in:
parent
bfddc7ec7c
commit
1e211ea469
|
|
@ -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:"
|
||||
|
|
|
|||
Loading…
Reference in New Issue