1
0
mirror of synced 2026-01-07 00:01:39 -05:00
Files
docs/data/reusables/actions/inputs-vs-github-event-inputs.md
2023-05-30 23:32:39 +00:00

9 lines
439 B
Markdown

{% ifversion actions-unified-inputs %}
{% note %}
**Note**: The workflow will also receive the inputs in the `github.event.inputs` context. The information in the `inputs` context and `github.event.inputs` context is identical except that the `inputs` context preserves Boolean values as Booleans instead of converting them to strings. The `choice` type resolves to a string and is a single selectable option.
{% endnote %}
{% endif %}