Skip to content

Commit

Permalink
force push
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusDunn committed Jan 12, 2024
1 parent 1c2867c commit 6103608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-llama-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: commit
run: git commit -am "updated llama.cpp"
- name: push
run: git push --set-upstream origin update-llama-cpp-$(date -I)
run: git push --set-upstream origin update-llama-cpp-$(date -I) --force
- name: create pr
run: |
echo ${{ secrets.GITHUB_TOKEN }} | gh auth login --with-token
Expand Down

0 comments on commit 6103608

Please sign in to comment.