Skip to content

Commit

Permalink
Update sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovler-Young authored Mar 28, 2024
1 parent 8db2924 commit 042968f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 042968f

Please sign in to comment.