- adjust log message

This commit is contained in:
Mike Penz
2023-06-04 10:59:59 +00:00
committed by GitHub
parent 827f10329d
commit e2fe4592e1
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ async function run(): Promise<void> {
core.info(`️ Retreived configuration via 'configuration' (via file).`)
}
if (!configurationFile && !configFile) {
if (!configJson && !configFile) {
core.info(`️ No configuration provided. Using Defaults.`)
}