Skip to content

Commit

Permalink
fix: pr sync workflow (#254)
Browse files Browse the repository at this point in the history
Co-authored-by: vansangpfiev <sang@jan.ai>
  • Loading branch information
vansangpfiev and sangjanai authored Oct 21, 2024
1 parent b90244c commit 2fc9bcb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/create-pr-sync-remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ jobs:
fetch-depth: 0
token: ${{ secrets.PAT_SERVICE_ACCOUNT }}

- name: Apply patch file
run: |
cd llama.cpp
git apply ../patches/0001-Add-API-query-buffer-size.patch
- name: Configure Git
run: |
git config --global user.name 'github-actions[bot]'
Expand All @@ -48,3 +43,8 @@ jobs:
pr_body="This PR updates the llama.cpp submodule to the latest release: $release_name."
gh pr create --title "$pr_title" --body "$pr_body" --head $branch_name --base main --reviewer vansangpfiev
- name: Apply patch file
run: |
cd llama.cpp
git apply ../patches/0001-Add-API-query-buffer-size.patch

0 comments on commit 2fc9bcb

Please sign in to comment.