1
0
mirror of https://github.com/go-task/task.git synced 2025-03-05 15:05:42 +02:00

10 lines
102 B
YAML

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