From de10e9b1304425d7bdac822883435a41a08b8bfb Mon Sep 17 00:00:00 2001 From: Aman Prakash Jha Date: Mon, 5 Jul 2021 04:02:43 +0530 Subject: [PATCH] Update manually-running-a-workflow.md --- .../managing-workflow-runs/manually-running-a-workflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/managing-workflow-runs/manually-running-a-workflow.md b/content/actions/managing-workflow-runs/manually-running-a-workflow.md index e316319b0860..05d5bc0e82ab 100644 --- a/content/actions/managing-workflow-runs/manually-running-a-workflow.md +++ b/content/actions/managing-workflow-runs/manually-running-a-workflow.md @@ -31,7 +31,7 @@ To run a workflow manually, the workflow must be configured to run on the `workf ![actions select workflow](/assets/images/actions-select-workflow.png) 1. Above the list of workflow runs, select **Run workflow**. ![actions workflow dispatch](/assets/images/actions-workflow-dispatch.png) -1. Select the branch where the workflow will run and type the input parameters used by the workflow. Click **Run workflow**. +1. Use the **Branch** dropdown to select the workflow's branch, and type the input parameters. Click **Run workflow**. ![actions manually run workflow](/assets/images/actions-manually-run-workflow.png) {% endwebui %}