Ray
3 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
.github/workflows/parse_api.yml
|
|
@ -22,7 +22,7 @@ jobs: |
|
|
|
- name: Diff parse files |
|
|
|
id: diff |
|
|
|
run: | |
|
|
|
git add -N parser |
|
|
|
git add -N tools/parser |
|
|
|
git diff --name-only --exit-code |
|
|
|
continue-on-error: true |
|
|
|
|
|
|
|