Skip to main content

One post tagged with "variables"

View All Tags

Any Variables

· 3 min read
Pete Davison
Maintainer of Task

Task has always had variables, but even though you were able to define them using different YAML types, they would always be converted to strings by Task. This limited users to string manipulation and encouraged messy workarounds for simple problems. Starting from [v3.37.0][v3.37.0], this is no longer the case! Task now supports most variable types, including booleans, integers, floats and arrays!