From 3eb3fe87419d506859dfc886eaf31602c8b3113f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Pintos=20L=C3=B3pez?= Date: Mon, 27 Jan 2025 00:37:40 +0100 Subject: [PATCH] chore: update git username and mail --- .github/workflows/deploy-inversify-pages.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-inversify-pages.yaml b/.github/workflows/deploy-inversify-pages.yaml index 1f6e4c93..13a55780 100644 --- a/.github/workflows/deploy-inversify-pages.yaml +++ b/.github/workflows/deploy-inversify-pages.yaml @@ -29,6 +29,6 @@ jobs: env: USE_SSH: true run: | - git config --global user.name "${GITHUB_ACTOR}" - git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com" + git config --global user.email "inversify.github.io.deploy@github.com" + git config --global user.name "gh-actions" pnpm deploy:inversify:pages