Skip to content

Ollama Catalog Bot

Ollama Catalog Bot #94

Workflow file for this run

name: Ollama Catalog Bot
permissions:
contents: write
on:
push:
branches:
- main
schedule:
- cron: '0 */6 * * *'
jobs:
auto-commit:
runs-on: ubuntu-latest
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
steps:
- uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
- name: Run Bot Task
run: |
chmod +x ./scripts/ollama.sh
./scripts/ollama.sh
- name: GitHub Push
uses: ad-m/github-push-action@v1.0.0
with:
directory: '.'
branch: ${{ github.ref_name }}
github_token: ${{ secrets.GITHUB_TOKEN }}