Update linux.yml

This commit is contained in:
alexliyu7352 2023-11-30 12:58:35 +08:00 committed by GitHub
parent ce707235a9
commit 1b67fea2a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ jobs:
- name: Commit and push if ./www/swagger/openapi.json changed
run: |
git diff --exit-code ./www/swagger/openapi.json || (
git config user.name github-actions
git config user.email github-actions@github.com
git config user.name alexliyu7352
git config user.email liyu7352@gmail.com
git add ./www/swagger/openapi.json
git commit -m "update openapi.json"
git push origin HEAD:master