mirror of
https://github.com/one-among-us/data.git
synced 2024-11-10 05:14:51 +08:00
[F] Fix exit code 129 when committer's name has spaces
This commit is contained in:
parent
bf02e72a24
commit
1d656779cc
4
.github/workflows/generator.yml
vendored
4
.github/workflows/generator.yml
vendored
@ -30,8 +30,8 @@ jobs:
|
|||||||
run: yarn build
|
run: yarn build
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name $(git show -s --format='%an' HEAD)
|
git config --global user.name "$(git show -s --format='%an' HEAD)"
|
||||||
git config --global user.email $(git show -s --format='%ae' HEAD)
|
git config --global user.email "$(git show -s --format='%ae' HEAD)"
|
||||||
|
|
||||||
cd dist
|
cd dist
|
||||||
git init
|
git init
|
||||||
|
Loading…
Reference in New Issue
Block a user