Skip to content

Commit

Permalink
ARUMLPD-34 Requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kkadosa committed Sep 25, 2023
1 parent afe8413 commit 914c751
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/AutosarUmlActionExample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Run IncQuery AUTOSAR-UML Bridge
uses: ./
with:
arxml_file_path: counting-logic.arxml
arxml_folder_path: example-arxml
ea_model_file_path: counting-logic.qeax
incquery_username: "${{ secrets.INCQUERY_USERNAME }}"
incquery_password: "${{ secrets.INCQUERY_PASSWORD }}"
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: IncQuery AUTOSAR-UML Bridge
description: Action to download run the IncQuery AUTOSAR-UML Bridge

inputs:
arxml_file_path:
arxml_folder_path:
description: "Path to the ARXML file. Can be a directory containing multiple model files."
required: true
ea_model_file_path:
Expand Down Expand Up @@ -97,4 +97,4 @@ runs:
shell: pwsh
run: |
$env:ARUML_HOME = 'C:\Program Files\IncQuery Labs\IncQuery AUTOSAR-UML Bridge\Transformation\'
& 'C:\Program Files\IncQuery Labs\IncQuery AUTOSAR-UML Bridge\CLI\iql-aub-cli.exe' -i '${{ inputs.arxml_file_path }}' -e '${{ inputs.ea_model_file_path }}' -l '${{ runner.temp }}/IncQueryAUBLic.yaml'
& 'C:\Program Files\IncQuery Labs\IncQuery AUTOSAR-UML Bridge\CLI\iql-aub-cli.exe' -i '${{ inputs.arxml_folder_path }}' -e '${{ inputs.ea_model_file_path }}' -l '${{ runner.temp }}/IncQueryAUBLic.yaml'
File renamed without changes.

0 comments on commit 914c751

Please sign in to comment.