Skip to content

Commit 312f4c0

Browse files
committed
added update
1 parent 9d0e12c commit 312f4c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/update-llama-cpp.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
run: git checkout -b update-llama-cpp-$(date -I)
2020
- name: update submodules
2121
run: git submodule update --remote
22+
- name: config git
23+
run: |
24+
git config --global user.email "[email protected]"
25+
git config --global user.name "Marcus Dunn"
2226
- name: commit
2327
run: git commit -am "updated llama.cpp"
2428
- name: push

0 commit comments

Comments
 (0)