|
I'm struggling to understand something that should be simple... I want to run Here's what I tried: With vars version: "3"
tasks:
example:
vars:
FOO: foo
cmds:
- echo {{ .FOO }}With env version: "3"
tasks:
example:
env:
FOO: foo
cmds:
- echo {{ .FOO }}So... how to do it? |
Answered by
vmaerten
Dec 21, 2025
Replies: 1 comment 1 reply
|
Hello |
1 reply
Answer selected by
vmaerten
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Hello
What you need is
defaultlike explained in the documentation :