Added Events, Filters, and IncludeSubdirectories to fileupdate call type

This commit is contained in:
2025-08-31 01:15:38 +02:00
parent d8e03d1ee0
commit bb6f7c31fb
3 changed files with 24 additions and 5 deletions

View File

@@ -34,7 +34,10 @@
},
{
"Type": "fileupdate",
"Path": "./Scripts/example_content"
"Path": "./Scripts/example_content",
"Events": ["Created", "Changed", "Deleted", "Renamed"],
"Filters": ["*.md", "*.txt"],
"IncludeSubdirectories": true
}
]
}