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 dfc6375 commit 9fbde31Copy full SHA for 9fbde31
scripts/main.ps1
@@ -23,6 +23,7 @@ LogGroup 'Loading inputs' {
23
if (-not (Test-Path -Path $moduleSourceFolderPath)) {
24
throw "Module path [$moduleSourceFolderPath] does not exist."
25
}
26
+ Write-Host "Module source path: [$moduleSourceFolderPath]"
27
28
$modulesOutputFolderPath = Join-Path -Path $env:GITHUB_ACTION_INPUT_Path 'outputs/module'
29
Write-Host "Module output path: [$modulesOutputFolderPath]"
0 commit comments