Skip to content

Commit 9fbde31

Browse files
Add logging for module source and output paths in main.ps1 for better visibility
1 parent dfc6375 commit 9fbde31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/main.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ LogGroup 'Loading inputs' {
2323
if (-not (Test-Path -Path $moduleSourceFolderPath)) {
2424
throw "Module path [$moduleSourceFolderPath] does not exist."
2525
}
26+
Write-Host "Module source path: [$moduleSourceFolderPath]"
2627

2728
$modulesOutputFolderPath = Join-Path -Path $env:GITHUB_ACTION_INPUT_Path 'outputs/module'
2829
Write-Host "Module output path: [$modulesOutputFolderPath]"

0 commit comments

Comments
 (0)