From 23c1b43edd18b94ec53484f95c46c94e81f907b2 Mon Sep 17 00:00:00 2001 From: Wray <79258616+wray-lee@users.noreply.github.com> Date: Tue, 16 Apr 2024 01:41:22 +0800 Subject: [PATCH 1/4] Update bin_update.yml --- .github/workflows/bin_update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bin_update.yml b/.github/workflows/bin_update.yml index 0da368e..b33bd00 100644 --- a/.github/workflows/bin_update.yml +++ b/.github/workflows/bin_update.yml @@ -118,7 +118,7 @@ jobs: - name: Commit and push run: | - git config --global user.email "juewuy@gmail.com" && git config --global user.name "Bot" + git config --global user.email "github-actions[bot]@users.noreply.github.com" && git config --global user.name "github-actions[bot]" git add . && git commit -m "自动更新最新Dashboard、地址库、根证书" || exit 0 git push From 93402e1dcbcce7930b80dc41fa201655c4ccfc19 Mon Sep 17 00:00:00 2001 From: Wray <79258616+wray-lee@users.noreply.github.com> Date: Tue, 16 Apr 2024 01:42:23 +0800 Subject: [PATCH 2/4] Update update_meta_core.yaml --- .github/workflows/update_meta_core.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_meta_core.yaml b/.github/workflows/update_meta_core.yaml index 4bb8665..9364fd2 100644 --- a/.github/workflows/update_meta_core.yaml +++ b/.github/workflows/update_meta_core.yaml @@ -178,7 +178,7 @@ jobs: mv -f ./tmp/clash-linux-*.tar.gz ./bin/${crashcore}/ rm -fr ./tmp sed -i "s/${crashcore}_v=.*/${crashcore}_v=${VERSION}/" ./bin/version - git config --global user.email "juewuy@gmail.com" && git config --global user.name "Bot" + git config --global user.email "github-actions[bot]@users.noreply.github.com" && git config --global user.name "github-actions[bot]" git add . && git commit -m "更新${crashcore}内核至${VERSION}" || exit 0 git push From d60cd78336a47414eccc44ab56c2ebf20cd376fc Mon Sep 17 00:00:00 2001 From: Wray <79258616+wray-lee@users.noreply.github.com> Date: Tue, 16 Apr 2024 01:42:39 +0800 Subject: [PATCH 3/4] Update update_singbox_core.yaml --- .github/workflows/update_singbox_core.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_singbox_core.yaml b/.github/workflows/update_singbox_core.yaml index 19303d1..1161afa 100644 --- a/.github/workflows/update_singbox_core.yaml +++ b/.github/workflows/update_singbox_core.yaml @@ -214,7 +214,7 @@ jobs: mv -f ./tmp/singbox-linux-*.tar.gz ./bin/${crashcore}/ rm -fr ./tmp sed -i "s/${crashcore}_v=.*/${crashcore}_v=${VERSION}/" ./bin/version - git config --global user.email "juewuy@gmail.com" && git config --global user.name "Bot" + git config --global user.email "github-actions[bot]@users.noreply.github.com" && git config --global user.name "github-actions[bot]" git add . && git commit -m "更新${crashcore}内核至${VERSION}" || exit 0 git push From 0741ab8ab23e45718d828b48a04fedf3cac9bb12 Mon Sep 17 00:00:00 2001 From: Wray <79258616+wray-lee@users.noreply.github.com> Date: Tue, 16 Apr 2024 01:43:09 +0800 Subject: [PATCH 4/4] Update release_new_version.yaml --- .github/workflows/release_new_version.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_new_version.yaml b/.github/workflows/release_new_version.yaml index b3e119b..dcc86ac 100644 --- a/.github/workflows/release_new_version.yaml +++ b/.github/workflows/release_new_version.yaml @@ -53,7 +53,7 @@ jobs: - name: Commit and push if: ${{ github.event.inputs.release_type != '内测版' }} run: | - git config --global user.email "juewuy@gmail.com" && git config --global user.name "Bot" + git config --global user.email "github-actions[bot]@users.noreply.github.com" && git config --global user.name "github-actions[bot]" git add . && git commit -m "${new_type} ${new_version} 打包" || exit 0 git push if [[ "${new_type}" == "正式版" ]]; then