From db4b94d4c4f1ff796cae94db96ce77fa0d05b31b Mon Sep 17 00:00:00 2001 From: developomp Date: Fri, 28 Jan 2022 11:40:13 +0900 Subject: [PATCH] changed single quote to double quote --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9a45d4f..429d7c8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -36,7 +36,7 @@ jobs: - name: Deploy run: | - git config --local user.email 'developomp@users.noreply.github.com' + git config --local user.email "developomp@users.noreply.github.com" git config --local user.name "developomp" mv ./setup.py ./index.html # overwrite index.html git commit -ma "auto deploy from workflow"