feat: taskfile special variable (#1523)

This commit is contained in:
Pete Davison
2024-03-03 16:45:23 -06:00
committed by GitHub
parent d30539c17e
commit aff1f5316d
4 changed files with 4 additions and 16 deletions

View File

@@ -136,7 +136,6 @@ func Read(
}
task.IncludeVars.Merge(include.Vars)
task.IncludedTaskfileVars = includedTaskfile.Vars
task.IncludedTaskfile = &include
}
}