Skip to content

Commit 610a671

Browse files
committed
Trying with eapx
1 parent f6e4d31 commit 610a671

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/AutosarUmlActionExample.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name: Review with IncQuery AUTOSAR-UML Bridge
1616
- review_requested
1717
env:
1818
ModelName: counting-logic
19-
ModelExtension: qeax
19+
ModelExtension: eapx
2020
ReviewSessionURL: 'https://nexus.lieberlieber.com/repository/lemontree-session'
2121
LemonTreePipelineToolsRemovePrerenderedDiagramsExecutable: https://nexus.lieberlieber.com/repository/lemontree-pipeline-tools/LemonTree.Pipeline.Tools.RemovePrerenderedDiagrams.exe
2222
jobs:
@@ -40,15 +40,15 @@ jobs:
4040
uses: IncQueryLabs/incquery-suite-bridge-autosar-uml-action@v1
4141
with:
4242
arxml_folder_path: example-arxml
43-
ea_model_file_path: 'counting-logic.qeax'
43+
ea_model_file_path: 'counting-logic.eapx'
4444
incquery_username: '${{ secrets.INCQUERY_USERNAME }}'
4545
incquery_password: '${{ secrets.INCQUERY_PASSWORD }}'
4646
license: '${{ secrets.INCQUERY_AUTOSAR_UML_INTEGRATION_LICENSE }}'
4747
- name: Push updated model
4848
run: |
4949
git config --local user.name "Automatic Model Update"
5050
git config --local user.email "username@users.noreply.github.com"
51-
git add counting-logic.qeax
51+
git add counting-logic.eapx
5252
git commit -m "Automatic Model Update"
5353
git push
5454
- name: Get relevant commit IDs

counting-logic.eapx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:98c6345d391555e5b6de83e9391a9cff60a0dd0ed538ad82db7f01ac3aa53480
3+
size 3055616

counting-logic.qeax

-1.52 MB
Binary file not shown.

0 commit comments

Comments
 (0)