瀏覽代碼

Chore: change Git user (#803)

Loyalsoldier 4 年之前
父節點
當前提交
f0c5eded7d
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/updateGeofile.yml

+ 2 - 2
.github/workflows/updateGeofile.yml

@@ -19,7 +19,7 @@ jobs:
 
       - name: push
         run: |
-          git config --local user.email "action@github.com"
-          git config --local user.name "GitHub Action"
+          git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
+          git config --local user.name "github-actions[bot]"
           git commit -am "update geoip, geosite"
           git push -v --progress