mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
fix: propagate include vars in multi-level includes (#1256)
This commit is contained in:
9
testdata/include_with_vars_multi_level/lib/Taskfile.yml
vendored
Normal file
9
testdata/include_with_vars_multi_level/lib/Taskfile.yml
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
version: "3"
|
||||
|
||||
vars:
|
||||
RECEIVER: "world"
|
||||
|
||||
tasks:
|
||||
greet:
|
||||
cmds:
|
||||
- echo 'Hello {{.RECEIVER}}'
|
Reference in New Issue
Block a user