1
0
mirror of synced 2025-12-21 19:06:49 -05:00

Update workflow-syntax-for-github-actions.md

The docs show choice in the examples: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#providing-inputs
This commit is contained in:
Tomáš Fejfar
2022-10-07 16:35:19 +02:00
committed by GitHub
parent de5202ea3c
commit 13b64e6dff

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`, or `string`.
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`.
### `on.workflow_call.outputs`