You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'A simple demo for checking compressed size differences. Requires the AI_TOKEN secret for AI-assisted analysis.'
branding:
icon: 'archive'
color: 'purple'
inputs:
github_token:
description: 'The GITHUB_TOKEN secret'
required: false
default: ${{ github.token }}
file_path:
description: 'Path to the file to upload (relative to project root)'
required: true
target_branch:
description: 'The target branch to compare against (defaults to main)'
required: false
default: 'main'
dispatch_target_branch:
description: 'Override target branch when triggered by workflow_dispatch'
required: false
default: ''
type: string
ai_model:
description: 'AI model to use for degradation analysis (e.g. claude-3-5-haiku-latest, gpt-4o-mini). Provider is auto-detected from the model name prefix. Set AI_TOKEN as a GitHub Actions secret and pass it to the action step for AI-assisted analysis.'