From 30c28bbfd015f7188cc54b7c63025c7137d8abde Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Thu, 27 Feb 2025 21:51:00 +0100 Subject: [PATCH] bugfix --- action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/action.yml b/action.yml index e19817b..fa1761f 100644 --- a/action.yml +++ b/action.yml @@ -56,8 +56,7 @@ runs: Script: ${{ github.action_path }}/scripts/main.ps1 - name: Invoke-Pester - # uses: PSModule/Invoke-Pester@v3 - uses: PSModule/Invoke-Pester@fixCOntainerEval + uses: PSModule/Invoke-Pester@v3 id: test env: Settings: ${{ fromJson(steps.paths.outputs.result).Settings }}