We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e27168a commit c7b97aaCopy full SHA for c7b97aa
hugoalh.GitHubActionsToolkit/module/nodejs-test.psm1
@@ -60,7 +60,7 @@ Function Test-NodeJsEnvironment {
60
Write-Output -InputObject $EnvironmentResult
61
Return
62
}
63
- [String]$OriginalWorkingDirectory = (Get-Location).Path
+ $OriginalWorkingDirectory = Get-Location
64
Write-Verbose -Message 'Test NodeJS wrapper API dependencies.'
65
Set-Location -LiteralPath $WrapperRoot
66
Try {
0 commit comments