We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c2867c commit 6103608Copy full SHA for 6103608
.github/workflows/update-llama-cpp.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: commit
29
run: git commit -am "updated llama.cpp"
30
- name: push
31
- run: git push --set-upstream origin update-llama-cpp-$(date -I)
+ run: git push --set-upstream origin update-llama-cpp-$(date -I) --force
32
- name: create pr
33
run: |
34
echo ${{ secrets.GITHUB_TOKEN }} | gh auth login --with-token
0 commit comments