allankp/Dynamic Workflow Choices

Add, update, or delete choices from workflow_dispatch inputs in your repository workflows

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
actionAction to perform: add, update, or deleteyes
input-nameName of the workflow input to modifyyes
workflowsComma-separated list of workflow files to update (e.g., "deploy.yml,release.yml")yes
choice-valueThe choice value to add, update, or deleteyes
new-choice-valueNew value when using update action (replaces choice-value)no
github-tokenGitHub token with repo write permissionsyes${{ github.token }}
commit-messageCustom commit message for the updatenochore: update workflow input choices
branchBranch to commit changes tono${{ github.ref_name }}
namedescription
updated-workflowsList of workflows that were updated
changes-madeWhether any changes were made