mirror of
https://github.com/go-task/task.git
synced 2025-12-01 22:52:02 +02:00
fix: propagate include vars in multi-level includes (#1256)
This commit is contained in:
7
testdata/include_with_vars_multi_level/foo/Taskfile.yml
vendored
Normal file
7
testdata/include_with_vars_multi_level/foo/Taskfile.yml
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
version: "3"
|
||||
|
||||
includes:
|
||||
lib:
|
||||
taskfile: ../lib/Taskfile.yml
|
||||
vars:
|
||||
RECEIVER: "foo"
|
||||
Reference in New Issue
Block a user