1
0
Эх сурвалжийг харах

chore: update workflows [deploy]

Vben 4 жил өмнө
parent
commit
381e3a969f

+ 2 - 2
.github/workflows/deploy.yml

@@ -94,8 +94,8 @@ jobs:
           chmod 600 ~/.ssh/id_rsa
           ssh-keyscan github.com > ~/.ssh/known_hosts
           chmod 700 ~/.ssh && chmod 600 ~/.ssh/*
-          git config --locale user.email "vbenadmin@163.com"
-          git config --locale user.name "vbenAdmin"
+          git config --local user.email "vbenadmin@163.com"
+          git config --local user.name "vbenAdmin"
 
       - name: Delete gh-pages branch
         run: |