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] 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