Skip to content

Commit

Permalink
Changed target to own eapx
Browse files Browse the repository at this point in the history
  • Loading branch information
kkadosa committed Dec 11, 2023
1 parent 0f7591f commit 2c98ffd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/AutosarUmlActionExample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name: Review with IncQuery AUTOSAR-UML Bridge
- synchronize
- review_requested
env:
ModelName: DemoModel
ModelName: counting-logic
ModelExtension: eapx
ReviewSessionURL: 'https://nexus.lieberlieber.com/repository/lemontree-session'
LemonTreePipelineToolsRemovePrerenderedDiagramsExecutable: https://nexus.lieberlieber.com/repository/lemontree-pipeline-tools/LemonTree.Pipeline.Tools.RemovePrerenderedDiagrams.exe
Expand All @@ -40,15 +40,15 @@ jobs:
uses: IncQueryLabs/incquery-suite-bridge-autosar-uml-action@v1
with:
arxml_folder_path: example-arxml
ea_model_file_path: 'DemoModel.eapx'
ea_model_file_path: 'counting-logic.eapx'
incquery_username: '${{ secrets.INCQUERY_USERNAME }}'
incquery_password: '${{ secrets.INCQUERY_PASSWORD }}'
license: '${{ secrets.INCQUERY_AUTOSAR_UML_INTEGRATION_LICENSE }}'
- name: Push updated model
run: |
git config --local user.name "Automatic Model Update"
git config --local user.email "[email protected]"
git add DemoModel.eapx
git add counting-logic.eapx
git commit -m "Automatic Model Update"
git push
- name: Get relevant commit IDs
Expand Down
3 changes: 3 additions & 0 deletions counting-logic.eapx
Git LFS file not shown
4 changes: 2 additions & 2 deletions example-arxml/counting-logic.arxml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<TYPE-TREF DEST="APPLICATION-SW-COMPONENT-TYPE">/CountingLogic/Components/Counter</TYPE-TREF>
</SW-COMPONENT-PROTOTYPE>
<SW-COMPONENT-PROTOTYPE UUID="8894a408-6820-3aa4-bae8-eebe34da1469">
<SHORT-NAME>generatorWWWW</SHORT-NAME>
<SHORT-NAME>generator</SHORT-NAME>
<TYPE-TREF DEST="APPLICATION-SW-COMPONENT-TYPE">/CountingLogic/Components/CountAlterer</TYPE-TREF>
</SW-COMPONENT-PROTOTYPE>
</COMPONENTS>
Expand All @@ -31,7 +31,7 @@
<TARGET-P-PORT-REF DEST="P-PORT-PROTOTYPE">/CountingLogic/Components/Counter/control</TARGET-P-PORT-REF>
</PROVIDER-IREF>
<REQUESTER-IREF>
<CONTEXT-COMPONENT-REF DEST="SW-COMPONENT-PROTOTYPE">/CountingLogic/Components/Application/generatorWWWW</CONTEXT-COMPONENT-REF>
<CONTEXT-COMPONENT-REF DEST="SW-COMPONENT-PROTOTYPE">/CountingLogic/Components/Application/generator</CONTEXT-COMPONENT-REF>
<TARGET-R-PORT-REF DEST="R-PORT-PROTOTYPE">/CountingLogic/Components/CountAlterer/alterCount</TARGET-R-PORT-REF>
</REQUESTER-IREF>
</ASSEMBLY-SW-CONNECTOR>
Expand Down

0 comments on commit 2c98ffd

Please sign in to comment.