From 042968f83b280854324141ba0358c6e137527697 Mon Sep 17 00:00:00 2001 From: Ovler Date: Thu, 28 Mar 2024 23:46:56 +0800 Subject: [PATCH] Update sync.yml --- .github/workflows/sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 2ee27a5427..96aa29d9bd 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -16,7 +16,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} # 令牌 upstream_repository: alist-org/alist-web # 上游仓库 target_repository: the-ccsn/alist-web # 你要推送的仓库 - upstream_branch: dev # 默认是拉取上游仓库的 master 分支 + upstream_branch: main # 默认是拉取上游仓库的 master 分支 target_branch: main # 默认推送到你的仓库 master 分支 force: false # 是否强制推送 tags: true # 确定是否使用 - tags