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: .github/workflows/drawio-export.yml
+52-1Lines changed: 52 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,11 @@ on:
33
33
default: 'all'
34
34
required: false
35
35
type: string
36
+
consolidate_exported_files_to_single_location:
37
+
description: 'If true, all exported files will be consolidated to a single location at the root level (exports/png and exports/svg). If false, exported files will remain in their respective subdirectories.'
38
+
default: false
39
+
required: false
40
+
type: boolean
36
41
commit_user:
37
42
description: 'Username which should be used for commits by github action'
0 commit comments