From 4349a442761dd8d81ffd4b93146cbdc67e77f7a6 Mon Sep 17 00:00:00 2001 From: Aleksander Fidelus <63016446+FidelusAleksander@users.noreply.github.com> Date: Sun, 5 Nov 2023 13:12:59 +0100 Subject: [PATCH] Add environment input type for workflow_dispatch --- .../using-workflows/workflow-syntax-for-github-actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/using-workflows/workflow-syntax-for-github-actions.md b/content/actions/using-workflows/workflow-syntax-for-github-actions.md index 64de39379fb1..862d264d5a38 100644 --- a/content/actions/using-workflows/workflow-syntax-for-github-actions.md +++ b/content/actions/using-workflows/workflow-syntax-for-github-actions.md @@ -220,7 +220,7 @@ A boolean specifying whether the input must be supplied. ## `on.workflow_dispatch.inputs..type` -The value of this parameter is a string specifying the data type of the input. This must be one of: `boolean`, `choice`, `number`, or `string`. +The value of this parameter is a string specifying the data type of the input. This must be one of: `boolean`, `choice`, `number`, `environment` or `string`. ## `permissions`