ft-view #4
|
@ -61,8 +61,16 @@ jobs:
|
||||||
- run: git pull origin ${{ github.head_ref }}
|
- run: git pull origin ${{ github.head_ref }}
|
||||||
- run: rm -rf document
|
- run: rm -rf document
|
||||||
- run: mkdir document
|
- run: mkdir document
|
||||||
|
- uses: https://sigyl.com:3001/actions/ft-view-screen-document@main
|
||||||
|
name: document ft-view
|
||||||
|
with:
|
||||||
|
display-exclude-file: BatchImport_zone10_hmi_restored.xml
|
||||||
|
global-exclude-file: BatchImport_Global_zone10_hmi_restored.xml
|
||||||
|
display-folder: displays
|
||||||
|
global-folder: global objects
|
||||||
|
folder: ft-view-screens
|
||||||
- uses: https://sigyl.com:3001/actions/document-phases@main
|
- uses: https://sigyl.com:3001/actions/document-phases@main
|
||||||
name: document
|
name: document batch
|
||||||
with:
|
with:
|
||||||
document: document
|
document: document
|
||||||
model: equipment-model.axml
|
model: equipment-model.axml
|
||||||
|
@ -77,7 +85,7 @@ jobs:
|
||||||
if: steps.has-changes.outputs.changes == 'true'
|
if: steps.has-changes.outputs.changes == 'true'
|
||||||
run: |
|
run: |
|
||||||
git add -A
|
git add -A
|
||||||
git commit -a -m "documented"
|
git commit -a -m "documented ${{ github.event.head_commit.message }}"
|
||||||
git push origin HEAD
|
git push origin HEAD
|
||||||
exit 1
|
exit 1
|
||||||
schema:
|
schema:
|
||||||
|
|
|
@ -83,7 +83,7 @@ jobs:
|
||||||
if: steps.has-changes.outputs.changes == 'true'
|
if: steps.has-changes.outputs.changes == 'true'
|
||||||
run: |
|
run: |
|
||||||
git add -A
|
git add -A
|
||||||
git commit -a -m "documented"
|
git commit -a -m "documented ${{ github.event.head_commit.message }}"
|
||||||
git push origin HEAD
|
git push origin HEAD
|
||||||
exit 1
|
exit 1
|
||||||
schema:
|
schema:
|
||||||
|
|
Loading…
Reference in New Issue