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
A push-triggered run has an empty inputs context, so ${{ inputs.environment }}
expanded to empty and pixi consumed the task name as the --environment value.
Move defaults into a job-level env block with fallbacks so both push and
workflow_dispatch work.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments