Skip to content

Update llama cpp nightly #1

Update llama cpp nightly

Update llama cpp nightly #1

name: Update llama cpp nightly
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch: {}
permissions:
pull-requests: write
contents: read
jobs:
update:
name: Update llama cpp

Check failure on line 13 in .github/workflows/update-llama-cpp.yml

View workflow run for this annotation

GitHub Actions / Update llama cpp nightly

Invalid workflow file

The workflow is not valid. .github/workflows/update-llama-cpp.yml (Line: 13, Col: 5): Required property is missing: runs-on
steps:
- uses: actions/checkout@v3
name: Checkout latest
- name: create branch
run: git checkout -b update-llama-cpp-$(date -I)
- name: update submodules
run: git submodule update --remote
- name: commit
run: git commit -am "updated llama.cpp"
- name: push
run: git push
- name: create pr
run: gh pr create --fill