1
0
mirror of https://github.com/go-task/task.git synced 2025-12-24 00:21:41 +02:00
Files
task/testdata/run_when_changed/library/Taskfile.yml

8 lines
117 B
YAML

version: '3'
tasks:
login:
run: when_changed
cmds:
- echo "login server={{.SERVER}} user={{.USER}}"