You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -208,7 +208,7 @@ Some sub-items in the Zip content can be removed afterwards.
208
208
|`source`| Y | URL of the online ZIP to download |
209
209
|`zip_paths`| Y | List of relative path in ZIP to select |
210
210
|`target_paths`| Y | Relative path of the target directory where selected items will be moved (relative to ZIP home folder) |
211
-
|`remove`| N | List of glob patterns of ZIP content to remove after extraction (must include the target paths, they are relative to the section `target_dir`) |
211
+
|`remove`| N | List of glob patterns of ZIP content to remove after extraction (must include the necessary `target_paths`, they are relative to the section `target_dir`) |
212
212
|`execute_after`| N | List of shell commands to execute once ZIP extraction is completed; actions are executed with the section `target_dir` as current working directory |
0 commit comments