瀏覽代碼

workflow: use github actions official email/user (#392)

use official github actions email and username
Ryan Fortner 2 年之前
父節點
當前提交
886e0c3b60
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/automategeneration.yml

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

@@ -51,8 +51,8 @@ jobs:
       run: build/generators/generateToolsREADME.sh
     - name: Commit files
       run: |
-        git config --local user.email "workflow@github.com"
-        git config --local user.name "GitHub Workflow"
+        git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
+        git config --global user.name "github-actions[bot]"
         git add -- "$ptArm32"
         git add -- "$ptArm64"
         git add -- "$ptAmd64"