-
Notifications
You must be signed in to change notification settings - Fork 65k
Closed
Labels
actionsThis issue or pull request should be reviewed by the docs actions teamThis issue or pull request should be reviewed by the docs actions teamcontentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content teamgood first issueGood for newcomersGood for newcomershelp wantedAnyone is welcome to open a pull request to fix this issueAnyone is welcome to open a pull request to fix this issue
Description
What article on docs.github.com is affected?
https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
What part(s) of the article would you like to see updated?
The language around selecting a branch when manually running a workflow is inconsistent.
The UI says:
The CLI docs say:
The CLI help strings are also different:
It seems like these should indicate the same behavior, but the subtle differences in language seems like they could be interpreted different:
- "where"
- "from"
- "on"
- "at"
Additional information
Plan for anyone who'd like to pick this up #7278 (comment):
Change:
Select the branch where the workflow will run and type the input parameters used by the workflow. Click Run workflow.
to:
Use the **Branch** dropdown to select the workflow's branch, and type the input parameters. Click **Run workflow**.
Metadata
Metadata
Assignees
Labels
actionsThis issue or pull request should be reviewed by the docs actions teamThis issue or pull request should be reviewed by the docs actions teamcontentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content teamgood first issueGood for newcomersGood for newcomershelp wantedAnyone is welcome to open a pull request to fix this issueAnyone is welcome to open a pull request to fix this issue


