Skip to content

Commit

Permalink
Merge branch 'release-2023.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
KocsisV committed Oct 24, 2023
2 parents c9ef669 + e10cc4f commit a067567
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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-alpha/IncQuery%20Validator%20for%20Enterprise%20Architect%202023.2.0-alpha%20Setup.exe" >> $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 "installer_path=${{ runner.temp }}/IncQuery Validator for Enterprise Architect Setup.exe" >> $env:GITHUB_OUTPUT
}
Expand Down Expand Up @@ -247,7 +247,7 @@ runs:
$severity = $rule.Severity
$occurrences = $rule.Occurrences
$description = $rule.Description
$ruleName = $rule.'Symbolic name'
$ruleName = $rule.'Rule name'
if ( $occurrences -gt 0 )
{
Expand Down

0 comments on commit a067567

Please sign in to comment.