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:
@@ -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`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user