1
0
mirror of synced 2025-12-22 19:34:15 -05:00

Remove 'choice' option for workflow_call type (#21325)

Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
This commit is contained in:
Andy Crain
2022-10-17 21:19:43 -04:00
committed by GitHub
parent 49f42064cb
commit 22fd1d8937

View File

@@ -115,7 +115,7 @@ For more information, see "[Reusing workflows](/actions/learn-github-actions/reu
#### `on.workflow_call.inputs.<input_id>.type`
Required if input is defined for the `on.workflow_call` keyword. The value of this parameter is a string specifying the data type of the input. This must be one of: `boolean`, `number`, `string` or `choice`.
Required if input is defined for the `on.workflow_call` keyword. The value of this parameter is a string specifying the data type of the input. This must be one of: `boolean`, `number`, or `string`.
### `on.workflow_call.outputs`