Files
task/testdata/includes_interpolation/include_with_env_variable/Taskfile.yml
Valentin Maerten c81dbda157 feat(remote): replace env variable in include remote URL (#1610)
* feat(remote): replace env variable in include remote URL

* use templating system instead of os.ExpandEnv

* lint
2024-04-29 22:27:30 +01:00

5 lines
83 B
YAML

version: "3"
includes:
include-with-env-variable: '../{{.MODULE}}/Taskfile.yml'