From 76cad082c2413de5649ffb1c833e27b942a5d04c Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Thu, 4 Sep 2025 09:21:14 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=AA=B2=20[Fix]:=20Add=20Name=20input=20fo?= =?UTF-8?q?r=20Invoke-Pester=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 5406dea8..098b995e 100644 --- a/action.yml +++ b/action.yml @@ -333,6 +333,7 @@ runs: Verbose: ${{ inputs.Verbose }} Version: ${{ inputs.Version }} WorkingDirectory: ${{ inputs.WorkingDirectory }} + Name: Invoke-Pester Script: | # Invoke-Pester (init) ${{ github.action_path }}/scripts/init.ps1