Skip to content

Commit d0361f3

Browse files
committed
fix
1 parent 98f128b commit d0361f3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/sync-uuid.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,7 @@ jobs:
6161
uses: stefanzweifel/git-auto-commit-action@v5
6262
with:
6363
commit_message: "chore(docs): sync doc metadata [skip ci]" # ← 防循环
64-
file_pattern: |
65-
app/docs/**/*.md
66-
app/docs/**/*.mdx
67-
generated/doc-contributors.json
64+
file_pattern: "app/docs/**/*.md app/docs/**/*.mdx generated/doc-contributors.json"
6865

6966
- name: Upload snapshot JSON
7067
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)