From 6df47cde9955d538c088ce751576ad9e9fd4fe66 Mon Sep 17 00:00:00 2001 From: developomp Date: Sun, 15 Aug 2021 09:36:36 +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 1d167f4..f6b5079 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -40,7 +40,7 @@ jobs: - name: Release to GitHub Pages env: USE_SSH: true - GIT_USER: git + GIT_USER: developomp run: | git config --global user.email "developomp@github.com" git config --global user.name "developomp"