Skip to content

Commit 2ee919f

Browse files
committed
wip
1 parent 49569c4 commit 2ee919f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
- name: Configure git settings
4040
run: |
4141
pwd
42-
git config --local user.name "mikiken"
43-
git config --local user.email "[email protected]"
42+
git config --global user.name "mikiken"
43+
git config --global user.email "[email protected]"
4444
4545
- name: Change the revision of submodule
4646
run: |

0 commit comments

Comments
 (0)