1
0
mirror of https://github.com/go-task/task.git synced 2025-03-21 21:27:07 +02:00

12 lines
188 B
YAML

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