mirror of
https://github.com/one-among-us/data.git
synced 2024-11-10 13:24:50 +08:00
[F] Try to fix json ignoration
This commit is contained in:
parent
caad36038e
commit
c3a055a987
2
.github/workflows/generator.yml
vendored
2
.github/workflows/generator.yml
vendored
@ -54,7 +54,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
filters: |
|
filters: |
|
||||||
src:
|
src:
|
||||||
- 'people/**/*[!.json]'
|
- 'people/**/*[^.json]'
|
||||||
|
|
||||||
- name: Trigger web repackage
|
- name: Trigger web repackage
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v6
|
||||||
|
Loading…
Reference in New Issue
Block a user