Skip to content

Commit 1b7ee8f

Browse files
committed
added set upstream
1 parent 82bb0b6 commit 1b7ee8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
- name: commit
2929
run: git commit -am "updated llama.cpp"
3030
- name: push
31-
run: git push
31+
run: git push --set-upstream origin update-llama-cpp-$(date -I)
3232
- name: create pr
3333
run: gh pr create --fill

0 commit comments

Comments
 (0)