diff --git a/action.yml b/action.yml index b066a34..d66db52 100644 --- a/action.yml +++ b/action.yml @@ -42,5 +42,6 @@ runs: $DebugPreference = '${{ runner.debug == '1' && 'Continue' || 'SilentlyContinue' }}' $bootstrapScript = Resolve-Path (Join-Path '${{github.action_path}}' 'ModuleFast.ps1') $Specification = $('${{ inputs.modules }}' -split '\s+' | Where-Object {$PSItem}).Trim() + Write-Debug "Bootstrapping Modulefast: $bootstrapScript -Specification $Specification" . $bootstrapScript -Specification $Specification shell: pwsh