1
0
mirror of synced 2025-12-30 03:01:36 -05:00
Files
docs/data/reusables/actions/inputs-vs-github-event-inputs.md
2022-06-10 10:02:31 +01:00

365 B

{% 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.

{% endnote %} {% endif %}