mirror of
https://github.com/go-task/task.git
synced 2025-11-23 22:24:45 +02:00
fix: include with dynamic vars (#2092)
This commit is contained in:
@@ -105,7 +105,7 @@ func (vars *Vars) ToCacheMap() (m map[string]any) {
|
||||
if v.Sh != nil && *v.Sh != "" {
|
||||
// Dynamic variable is not yet resolved; trigger
|
||||
// <no value> to be used in templates.
|
||||
return nil
|
||||
continue
|
||||
}
|
||||
if v.Live != nil {
|
||||
m[k] = v.Live
|
||||
|
||||
Reference in New Issue
Block a user