Просмотр исходного кода

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

TheWildJames 8 месяцев назад
Родитель
Сommit
8e3aa45361
1 измененных файлов с 2 добавлено и 2 удалено
  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"