mirror of
https://github.com/go-task/task.git
synced 2025-03-17 21:08:01 +02:00
test usage of param with $ prefix
This commit is contained in:
parent
313d7089da
commit
a52a66ec1c
2
testdata/params/Taskfile.yml
vendored
2
testdata/params/Taskfile.yml
vendored
@ -8,7 +8,7 @@ default:
|
||||
- task: write-file
|
||||
vars: {CONTENT: Hello, FILE: hello.txt}
|
||||
- task: write-file
|
||||
vars: {CONTENT: World, FILE: world.txt}
|
||||
vars: {CONTENT: "$echo 'World'", FILE: world.txt}
|
||||
- task: write-file
|
||||
vars: {CONTENT: "!", FILE: exclamation.txt}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user