1
0
mirror of https://github.com/go-task/task.git synced 2024-12-14 10:52:43 +02:00
task/testdata/list_desc_interpolation/Taskfile.yml
2023-10-07 18:59:20 -03:00

9 lines
90 B
YAML

version: '3'
vars:
FOO: bar
tasks:
foo:
desc: "task has desc with {{.FOO}} var"