Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
KocsisV committed Nov 6, 2023
2 parents a067567 + be9367b commit b48ae6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/IncQueryValidatorForEAExample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: IncQueryLabs/incquery-validator-for-ea-action@v1
with:
model_file_path: TestModels/example.qeax
analysis_suite: default
analysis_suite: SAIC Digital Engineering Validation
incquery_username: "${{ secrets.incquery_username }}"
incquery_password: "${{ secrets.incquery_password }}"
license: "${{ secrets.incquery_ea_validator_license }}"
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ runs:
{
echo "IncQuery Validator for Enterprise Architect will be installed."
echo "need_to_install=true" >> $env:GITHUB_OUTPUT
echo "download_url=https://build.incquerylabs.com/nexus/repository/lieberlieber-collaboration-raw/validator-for-ea/release-2023.2.0/IncQuery%20Validator%20for%20Enterprise%20Architect%202023.2.0%20Setup.exe" >> $env:GITHUB_OUTPUT
echo "download_url=https://build.incquerylabs.com/nexus/repository/lieberlieber-collaboration-raw/validator-for-ea/release-2023.2.1/IncQuery%20Validator%20for%20Enterprise%20Architect%202023.2.1%20Setup.exe" >> $env:GITHUB_OUTPUT
echo "installer_path=${{ runner.temp }}/IncQuery Validator for Enterprise Architect Setup.exe" >> $env:GITHUB_OUTPUT
}
Expand Down

0 comments on commit b48ae6c

Please sign in to comment.