Skip to content

Commit

Permalink
removed --open
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 10, 2024
1 parent 0a7c301 commit cd633b3
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 @@ -40,7 +40,7 @@ jobs:
- name: create open pr
run: |
echo ${{ secrets.GITHUB_TOKEN }} | gh auth login --with-token
gh pr create --fill --open
gh pr create --fill
- name: Trigger the llama-cpp-rs-check workflow
run: |
curl -X POST \
Expand Down

0 comments on commit cd633b3

Please sign in to comment.