Prompt for environment or other runtime parameters.
Section: Workflow skeleton
Manual run with inputs
yaml
yaml
on:
workflow_dispatch:
inputs:
environment:
description: Deploy target
required: true
default: staging
type: choice
options:
- staging
- productionExplanation
Inputs are useful for ad hoc deploys, scripts, and maintenance workflows.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Workflow skeleton