1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

fix: variables passed to included taskfile (#1533)

This commit is contained in:
Pete Davison
2024-03-10 17:28:04 +00:00
committed by GitHub
parent a425e2bb6c
commit c0a0faf3d3
3 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
version: "3"
vars:
RECEIVER: "world"
RECEIVER: '{{ .RECEIVER | default "world" }}'
tasks:
greet: