Skip to content

Commit aaf62a2

Browse files
🩹 [Patch]: Remove unused outputs and update Invoke-Pester to v3
1 parent f741c1e commit aaf62a2

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

action.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ inputs:
1919
required: false
2020
default: ${{ github.workspace }}/.github/linters/.powershell-psscriptanalyzer.psd1
2121

22-
outputs:
23-
passed:
24-
description: If the tests passed.
25-
value: ${{ steps.test.outputs.Passed }}
26-
2722
runs:
2823
using: composite
2924
steps:
@@ -38,7 +33,7 @@ runs:
3833
Script: ${{ github.action_path }}/scripts/main.ps1
3934

4035
- name: Invoke-Pester
41-
uses: PSModule/Invoke-Pester@v2
36+
uses: PSModule/Invoke-Pester@v3
4237
id: test
4338
env:
4439
Settings: ${{ fromJson(steps.paths.outputs.result).Settings }}

0 commit comments

Comments
 (0)