From acfc46bec8fbce19a2c7cc987ec36058b54f97a3 Mon Sep 17 00:00:00 2001 From: developomp Date: Sun, 15 Aug 2021 10:01:58 +0900 Subject: [PATCH] attempt to fix gh workflow --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 9855ff4..f966885 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -42,7 +42,7 @@ jobs: USE_SSH: true GIT_USER: developomp run: | - git config --global user.email "developomp@github.com" + git config --global user.email "developomp@gmail.com" git config --global user.name "developomp" if [ -e yarn.lock ]; then yarn install --frozen-lockfile