From 8f1d4c60e970d2f85cac8f8d17754f12a2bbca53 Mon Sep 17 00:00:00 2001 From: Selis <12716288+ItsSelis@users.noreply.github.com> Date: Wed, 19 Feb 2025 21:48:31 +0100 Subject: [PATCH] Fixed user.email for compile workflow (#17189) --- .github/workflows/compile_changelogs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile_changelogs.yml b/.github/workflows/compile_changelogs.yml index f6b2a1eed1..6e46dc4b16 100644 --- a/.github/workflows/compile_changelogs.yml +++ b/.github/workflows/compile_changelogs.yml @@ -48,7 +48,7 @@ jobs: #if: steps.value_holder.outputs.ACTIONS_ENABLED run: | git config --local user.name "vorestation-ci[bot]" - git config --local user.email "12787406+vorestation-ci[bot]@users.noreply.github.com" + git config --local user.email "199609141+vorestation-ci[bot]@users.noreply.github.com" git pull origin master git add html/changelogs git commit -m "Automatic changelog compile [ci skip]" -a || true