1
0
mirror of https://github.com/go-task/task.git synced 2025-07-15 01:35:00 +02:00
Files
task/testdata/var_inheritance/v3/included-task-call-task-vars/Taskfile.yml
2025-02-05 19:51:52 +00:00

13 lines
159 B
YAML

version: '3'
silent: true
dotenv:
- 'global.env'
vars:
VAR: entrypoint-global-vars
env:
ENV: entrypoint-global-vars
includes:
included: included.yml