“Github Actions” supplies a special event for workflows that can be triggered manually from the web interface. This event is workflow_dispatch
. By default, it has only one input parameter: git branch
that must be a context for the workflow execution. But the set of input parameters can be extended with custom ones.
Reading Time: < 1 minute