From 61036080fd77c8ba7529b173da831109dba1a4e9 Mon Sep 17 00:00:00 2001 From: Marcus Dunn Date: Thu, 11 Jan 2024 21:09:43 -0800 Subject: [PATCH] force push --- .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 24abb5d1..12db930d 100644 --- a/.github/workflows/update-llama-cpp.yml +++ b/.github/workflows/update-llama-cpp.yml @@ -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