diff --git a/.github/workflows/AutosarUmlActionExample.yml b/.github/workflows/AutosarUmlActionExample.yml
index 6b86bb1..2cd3de5 100644
--- a/.github/workflows/AutosarUmlActionExample.yml
+++ b/.github/workflows/AutosarUmlActionExample.yml
@@ -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
@@ -40,7 +40,7 @@ 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 }}'
@@ -48,7 +48,7 @@ jobs:
run: |
git config --local user.name "Automatic Model Update"
git config --local user.email "username@users.noreply.github.com"
- git add DemoModel.eapx
+ git add counting-logic.eapx
git commit -m "Automatic Model Update"
git push
- name: Get relevant commit IDs
diff --git a/counting-logic.eapx b/counting-logic.eapx
new file mode 100644
index 0000000..90c6cf0
--- /dev/null
+++ b/counting-logic.eapx
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:00260b8e9c3765965e4adb628e98adadba64f5e9adb4a6437722a2098718965e
+size 3264512
diff --git a/example-arxml/counting-logic.arxml b/example-arxml/counting-logic.arxml
index dc195ea..b6fb746 100644
--- a/example-arxml/counting-logic.arxml
+++ b/example-arxml/counting-logic.arxml
@@ -19,7 +19,7 @@
/CountingLogic/Components/Counter
- generatorWWWW
+ generator
/CountingLogic/Components/CountAlterer
@@ -31,7 +31,7 @@
/CountingLogic/Components/Counter/control
- /CountingLogic/Components/Application/generatorWWWW
+ /CountingLogic/Components/Application/generator
/CountingLogic/Components/CountAlterer/alterCount