Skip to content

Commit 921c1e4

Browse files
committed
更新 main.yml,设置 Git 远程 URL 以支持自动推送;更新 Wanplus.py,优化进度条更新逻辑
1 parent 46599ef commit 921c1e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
run: |
2020
git add test.txt
2121
git diff --cached --quiet || git commit -m "test: 测试自动推送权限"
22+
- name: 禁用 LFS locks verify
23+
run: |
24+
git config lfs.https://github.com/${{ github.repository }}.git/info/lfs.locksverify false
2225
- name: 推送变更
2326
run: |
2427
git remote set-url origin https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/${{ github.repository }}.git

0 commit comments

Comments
 (0)