diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 83edceff9..75c6c258a 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -21,7 +21,7 @@ jobs: - name: Commit Changes run: | git config --global user.email flik@92coco.cn - git config --global user.name Flik + git config --global user.name a2470982985 git add . git commit -m"由github actions推送,日期:`date`" git pull --rebase