Skip to content

Commit 4b88e86

Browse files
committed
wip
1 parent 39429b2 commit 4b88e86

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deployment.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
- name: Configure git
3030
run: |
3131
pwd
32-
git config --global user.name "mikiken"
33-
git config --global user.email "[email protected]"
32+
git config --local user.name "mikiken"
33+
git config --local user.email "[email protected]"
3434
3535
- name: Update submodules
3636
id: update
@@ -40,6 +40,7 @@ jobs:
4040
4141
- name: Add and commit files
4242
run: |
43+
pwd
4344
git add .
4445
git commit -m "Update submodule via github-actions"
4546

0 commit comments

Comments
 (0)