mirror of
https://github.com/go-task/task.git
synced 2026-06-25 13:46:13 +00:00
fix: adjust run: when_changed to work correctly with imported tasks (#2511)
This commit is contained in:
7
testdata/run_when_changed/library/Taskfile.yml
vendored
Normal file
7
testdata/run_when_changed/library/Taskfile.yml
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
version: '3'
|
||||
|
||||
tasks:
|
||||
login:
|
||||
run: when_changed
|
||||
cmds:
|
||||
- echo "login server={{.SERVER}} user={{.USER}}"
|
||||
Reference in New Issue
Block a user