From f733d155a7d5bf473c1dd7f74fef36d6d7ee4a6b Mon Sep 17 00:00:00 2001 From: figsoda Date: Tue, 22 Aug 2023 01:57:22 -0400 Subject: ci: fix git email (#2771) --- .github/workflows/docgen.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/docgen.yml b/.github/workflows/docgen.yml index 0cd56e42..8c4a9ed3 100644 --- a/.github/workflows/docgen.yml +++ b/.github/workflows/docgen.yml @@ -25,8 +25,8 @@ jobs: docs: update server_configurations.md skip-checks: true run: | - git config user.name github-actions - git config user.email github-actions@github.com + git config user.name "github-actions[bot]" + git config user.email "github-actions[bot]@users.noreply.github.com" git add doc/server_configurations.md doc/server_configurations.txt # Only commit and push if we have changes git diff --quiet && git diff --staged --quiet || (git commit -m "${COMMIT_MSG}"; git push) -- cgit v1.2.3-70-g09d2