瀏覽代碼

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"