1
0
mirror of https://github.com/go-task/task.git synced 2025-06-23 00:38:19 +02:00
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'