Skip to content

Commit b48ae6c

Browse files
author
KocsisV
committed
Merge branch 'develop'
2 parents a067567 + be9367b commit b48ae6c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/IncQueryValidatorForEAExample.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: IncQueryLabs/incquery-validator-for-ea-action@v1
2828
with:
2929
model_file_path: TestModels/example.qeax
30-
analysis_suite: default
30+
analysis_suite: SAIC Digital Engineering Validation
3131
incquery_username: "${{ secrets.incquery_username }}"
3232
incquery_password: "${{ secrets.incquery_password }}"
3333
license: "${{ secrets.incquery_ea_validator_license }}"

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ runs:
4747
{
4848
echo "IncQuery Validator for Enterprise Architect will be installed."
4949
echo "need_to_install=true" >> $env:GITHUB_OUTPUT
50-
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
50+
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
5151
echo "installer_path=${{ runner.temp }}/IncQuery Validator for Enterprise Architect Setup.exe" >> $env:GITHUB_OUTPUT
5252
}
5353

0 commit comments

Comments
 (0)