1
0
mirror of https://github.com/go-task/task.git synced 2025-11-27 22:38:20 +02:00
Files
task/testdata/includes_remote/first/second/Taskfile.yml

9 lines
142 B
YAML
Raw Normal View History

version: '3'
tasks:
write-file:
requires:
vars: [CONTENT, OUTPUT_FILE]
cmd: |
echo "{{.CONTENT}}" > "{{.OUTPUT_FILE}}"