-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '193-incquery-autosar-uml-bridge' into 193-testing
- Loading branch information
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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,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 | ||
|
Git LFS file not shown