1
0
mirror of https://github.com/go-task/task.git synced 2026-05-18 09:22:12 +02:00
Files

10 lines
130 B
YAML
Raw Permalink Normal View History

version: "3"
vars:
RECEIVER: '{{ .RECEIVER | default "world" }}'
tasks:
greet:
cmds:
- echo 'Hello {{.RECEIVER}}'