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 17b3d07 commit c27c723Copy full SHA for c27c723
.github/workflows/Get-Settings.yml
@@ -132,6 +132,8 @@ jobs:
132
} | Format-List | Out-String
133
134
$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."
137
}
138
139
$settings = [pscustomobject]@{
0 commit comments