first commit
This commit is contained in:
commit
be08436d62
|
@ -0,0 +1,3 @@
|
||||||
|
# ft-view-screen-document
|
||||||
|
|
||||||
|
github action to document ft-view displays from exported xml
|
|
@ -0,0 +1,25 @@
|
||||||
|
name: "ft-view-document"
|
||||||
|
author: "giles bradshaw"
|
||||||
|
description: "Document ft-view displays"
|
||||||
|
branding:
|
||||||
|
icon: folder-plus
|
||||||
|
color: gray-dark
|
||||||
|
runs:
|
||||||
|
using: 'node20'
|
||||||
|
main: 'index.js'
|
||||||
|
inputs:
|
||||||
|
display-exclude-file:
|
||||||
|
description: display files to exclude comma seperated
|
||||||
|
default: BatchImport_zone10_hmi_restored.xml
|
||||||
|
global-exclude-file:
|
||||||
|
description: global files to exclude comma seperated
|
||||||
|
default: BatchImport_Global_zone10_hmi_restored.xml
|
||||||
|
display-folder:
|
||||||
|
description: folder where displays are kept
|
||||||
|
default: .data/displays
|
||||||
|
global-folder:
|
||||||
|
description: folder where globals are kept
|
||||||
|
default: .data/global objects
|
||||||
|
folder:
|
||||||
|
description: folder for documentation
|
||||||
|
default: .document
|
Loading…
Reference in New Issue