Browse Source

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

use official github actions email and username
Ryan Fortner 2 years ago
parent
commit
886e0c3b60
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/automategeneration.yml

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

@@ -51,8 +51,8 @@ jobs:
       run: build/generators/generateToolsREADME.sh
       run: build/generators/generateToolsREADME.sh
     - name: Commit files
     - name: Commit files
       run: |
       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 -- "$ptArm32"
         git add -- "$ptArm64"
         git add -- "$ptArm64"
         git add -- "$ptAmd64"
         git add -- "$ptAmd64"