ollama-action
Version updated for https://github.com/ai-action/ollama-action to version v2.0.0.
- This action is used across all versions by 22 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The ollama-action GitHub Action allows users to run Ollama’s large language models (LLMs) directly within GitHub Actions workflows. It automates tasks such as generating text-based responses to prompts by leveraging specific language models, making it useful for scenarios like automated documentation, question answering, or content generation. The action provides key capabilities such as customizable model selection, prompt input, and output retrieval for seamless integration into CI/CD pipelines.
Release notes
2.0.0 (2025-12-22)
⚠ BREAKING CHANGES
- action: set action input
cachedefault to true - action: bump Node.js runtime from 20 to 24
Performance Improvements
- action: default cache to true (34a4030)