From cd633b366e206c2dab86aaf781e1799dff72de9e Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 10 Mar 2024 13:06:35 -0700 Subject: [PATCH] removed --open --- .github/workflows/update-llama-cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-llama-cpp.yml b/.github/workflows/update-llama-cpp.yml index e3211f84..2409f5a7 100644 --- a/.github/workflows/update-llama-cpp.yml +++ b/.github/workflows/update-llama-cpp.yml @@ -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 \