Added Events, Filters, and IncludeSubdirectories to fileupdate call type
This commit is contained in:
@@ -34,7 +34,10 @@
|
||||
},
|
||||
{
|
||||
"Type": "fileupdate",
|
||||
"Path": "./Scripts/example_content"
|
||||
"Path": "./Scripts/example_content",
|
||||
"Events": ["Created", "Changed", "Deleted", "Renamed"],
|
||||
"Filters": ["*.md", "*.txt"],
|
||||
"IncludeSubdirectories": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user