Skip to content

Commit

Permalink
Merge pull request github#24575 from rickschubert/patch-1
Browse files Browse the repository at this point in the history
Improve wording surrounding `workflow_dispatch`
  • Loading branch information
cmwilson21 authored Mar 27, 2023
2 parents 854a21c + eda480e commit da425a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,7 @@ on: workflow_call
| ------------------ | ------------ | ------------ | ------------------|
| [workflow_dispatch](/webhooks-and-events/webhooks/webhook-events-and-payloads#workflow_dispatch) | Not applicable | Last commit on the `GITHUB_REF` branch or tag | Branch or tag that received dispatch |

To manually trigger a workflow, use the `workflow_dispatch` event. You can manually trigger a workflow run using the {% data variables.product.product_name %} API, {% data variables.product.prodname_cli %}, or {% data variables.product.product_name %} browser interface. For more information, see "[AUTOTITLE](/actions/managing-workflow-runs/manually-running-a-workflow)."
To enable a workflow to be triggered manually, you need to configure the `workflow_dispatch` event. You can manually trigger a workflow run using the {% data variables.product.product_name %} API, {% data variables.product.prodname_cli %}, or {% data variables.product.product_name %} browser interface. For more information, see "[AUTOTITLE](/actions/managing-workflow-runs/manually-running-a-workflow)."

```yaml
on: workflow_dispatch
Expand Down

0 comments on commit da425a9

Please sign in to comment.