Skip to content

Commit 4451fa9

Browse files
Updating limits for workflow dispatch to be 25 (#58627)
Co-authored-by: Sam Browning <[email protected]>
1 parent 64813b6 commit 4451fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/how-tos/manage-workflow-runs/manually-run-a-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,6 @@ gh run watch
8787
When using the REST API, you configure the `inputs` and `ref` as request body parameters. If the inputs are omitted, the default values defined in the workflow file are used.
8888

8989
> [!NOTE]
90-
> You can define up to 10 `inputs` for a `workflow_dispatch` event.
90+
> You can define up to {% ifversion fpt or ghec %}25 {% else %}10 {% endif %} `inputs` for a `workflow_dispatch` event.
9191
9292
For more information about using the REST API, see [AUTOTITLE](/rest/actions/workflows#create-a-workflow-dispatch-event).

0 commit comments

Comments
 (0)