From 479ab704489722ceacebc32154de328bb1129040 Mon Sep 17 00:00:00 2001 From: Sasha Rahlin Date: Mon, 10 Jul 2023 12:58:33 -0500 Subject: [PATCH] update github-actions user/email --- .github/workflows/cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 9de03d1d..2ff7abc3 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -86,8 +86,8 @@ jobs: cp -r ${{runner.workspace}}/build/docs/* gh-pages/ cd gh-pages touch .nojekyll - git config --local user.name github-actions - git config --local user.email github-actions@github.com + git config --local user.name github-actions[bot] + git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" git add . git commit -m "Update documentation" -a || true git push