Skip to content

Commit

Permalink
fixup! Basic Version Test
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinGrote committed Jan 26, 2024
1 parent bf29ab6 commit 8268691
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8268691

Please sign in to comment.