1
0
Fork 0

changed single quote to double quote

This commit is contained in:
Kim, Jimin 2022-01-28 11:40:13 +09:00
parent 86f7423b82
commit db4b94d4c4

View file

@ -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"