Skip to content

Commit c27c723

Browse files
🔧 [CI]: Add logging for module name selection in Get-Settings.yml
1 parent 17b3d07 commit c27c723

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/Get-Settings.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ jobs:
132132
} | Format-List | Out-String
133133
134134
$name = ![string]::IsNullOrEmpty($inputName) ? $name : ![string]::IsNullOrEmpty($settings.Name) ? $settings.Name : $env:GITHUB_REPOSITORY_NAME
135+
136+
Write-Host "Using [$name] as the module name."
135137
}
136138
137139
$settings = [pscustomobject]@{

0 commit comments

Comments
 (0)