Skip to content

Commit 6103608

Browse files
committed
force push
1 parent 1c2867c commit 6103608

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,7 +28,7 @@ jobs:
2828
- name: commit
2929
run: git commit -am "updated llama.cpp"
3030
- name: push
31-
run: git push --set-upstream origin update-llama-cpp-$(date -I)
31+
run: git push --set-upstream origin update-llama-cpp-$(date -I) --force
3232
- name: create pr
3333
run: |
3434
echo ${{ secrets.GITHUB_TOKEN }} | gh auth login --with-token

0 commit comments

Comments
 (0)