Skip to content

Commit

Permalink
ARUMLPD-34 Fix typo in action
Browse files Browse the repository at this point in the history
  • Loading branch information
kkadosa committed Sep 20, 2023
1 parent 79704a6 commit ef1d8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ runs:

- name: Install the IncQuery AUTOSAR-UML Bridge
shell: pwsh
if: ${{ steps.is-iqs-aub-installede.outputs.need_to_install == 'true' }}
if: ${{ steps.is-iqs-aub-installed.outputs.need_to_install == 'true' }}
run: |
$currentPrincipal = New-Object Security.Principal.WindowsPrincipal([Security.Principal.WindowsIdentity]::GetCurrent())
$isAdmin = $currentPrincipal.IsInRole([Security.Principal.WindowsBuiltInRole]::Administrator)
Expand Down

0 comments on commit ef1d8b4

Please sign in to comment.