Skip to content

Commit

Permalink
#193 Correct bad variable use
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikkoczka7 committed Sep 28, 2023
1 parent b991d25 commit 9ddccca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/AutosarUmlActionExample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: ./
with:
arxml_folder_path: example-arxml
ea_model_file_path: "${{steps.backupModel.outputs.currentQeax}}"
ea_model_file_path: "${{steps.backupModel.outputs.reimportedEAProjectFile}}"
incquery_username: "${{ secrets.INCQUERY_USERNAME }}"
incquery_password: "${{ secrets.INCQUERY_PASSWORD }}"
license: "${{ secrets.INCQUERY_AUTOSAR_UML_INTEGRATION_LICENSE }}"
Expand Down

0 comments on commit 9ddccca

Please sign in to comment.