From 1b67fea2a25b48d9273a527967d4183531f40da1 Mon Sep 17 00:00:00 2001 From: alexliyu7352 Date: Thu, 30 Nov 2023 12:58:35 +0800 Subject: [PATCH] Update linux.yml --- .github/workflows/linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index e39e42ff..f63697be 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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