mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
fix: templates on task descriptions (#1343)
This commit is contained in:
committed by
GitHub
parent
dc77286282
commit
05755f3a52
8
testdata/list_desc_interpolation/Taskfile.yml
vendored
Normal file
8
testdata/list_desc_interpolation/Taskfile.yml
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
version: '3'
|
||||
|
||||
vars:
|
||||
foo: bar
|
||||
|
||||
tasks:
|
||||
foo:
|
||||
desc: "task has desc with {{ .foo }} var"
|
Reference in New Issue
Block a user