Explorar o código

ci(github-actions): update git config to use github-actions bot identity

TheWildJames hai 8 meses
pai
achega
8e3aa45361
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      .github/workflows/build.yml

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

@@ -739,8 +739,8 @@ jobs:
         fi
 
         cd $KERNEL_ROOT/common
-        git config --global user.name "TheWildJames"
-        git config --global user.email "bins4us@hotmail.com"
+        git config --global user.name "github-actions[bot]"
+        git config --global user.email "github-actions[bot]@users.noreply.github.com"
         git add .
         git commit -m "Wild: Clean Dirty Flag"