Skip to content

Commit

Permalink
Merge branch '193-incquery-autosar-uml-bridge' into 193-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kkadosa committed Dec 11, 2023
2 parents af66957 + 2c98ffd commit 86af853
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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

0 comments on commit 86af853

Please sign in to comment.