ソースを参照

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

TheWildJames 8 ヶ月 前
コミット
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"