Skip to content

Releases: Code-and-Sorts/PromptDrifter-action

v0.0.2 - Initial Release

Choose a tag to compare

@colbytimm colbytimm released this 05 Jul 20:55
0c7c8bf

🎉 Initial Release

PromptDrifter GitHub Action v0.0.2 - Docker-based action for running PromptDrifter CLI tests in CI/CD workflows.

Features

  • 🔍 Drift detection for LLM prompt configurations
  • 🚀 Easy CI/CD integration
  • 🔐 Secure API key handling via GitHub secrets
  • 🌐 Multi-provider support (OpenAI, Claude, Gemini, etc.)
  • ⚡ Built-in caching for faster runs

Included CLI Version

  • PromptDrifter CLI: v0.0.2

Usage

- uses: Code-and-Sorts/PromptDrifter-action@v0.0.2
  with:
    command: validate
    files: promptdrifter.yaml
    openai-api-key: ${{ secrets.OPENAI_API_KEY }}

See the https://github.com/Code-and-Sorts/PromptDrifter-action#readme for full documentation.