We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46599ef commit 921c1e4Copy full SHA for 921c1e4
.github/workflows/test-push.yml
@@ -19,6 +19,9 @@ jobs:
19
run: |
20
git add test.txt
21
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
25
- name: 推送变更
26
27
git remote set-url origin https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/${{ github.repository }}.git
0 commit comments