Skip to content

Commit

Permalink
🐛 Fix input version for windows mondoo pkg (#515)
Browse files Browse the repository at this point in the history
Follow-up to #511

Signed-off-by: Christian Zunker <christian@mondoo.com>
  • Loading branch information
czunker authored Feb 12, 2025
1 parent 9773b30 commit 032bc91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-released-install-ps1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Version
id: version
run: |
$v='${{ github.event.inputs.version }}'
$v='${{ inputs.version }}'
$version=$v.trim("v","V")
echo "version=$version" >> $env:GITHUB_OUTPUT
- name: Install.ps1/${{ matrix.package }} on ${{ matrix.os }}
Expand Down

0 comments on commit 032bc91

Please sign in to comment.