mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
test usage of param with $ prefix
This commit is contained in:
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}
|
||||
|
||||
|
Reference in New Issue
Block a user