Skip to content

Commit e14b191

Browse files
committed
debug -> info
1 parent c6fb51e commit e14b191

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const createProperties = (repo, pageHash, dependsOn, { systems, owners, structur
8282
for (const field of structure) {
8383
if (mappingFn[field.name]) {
8484
const value = mappingFn[field.name](repo, { dependsOn, systems, owners })
85-
core.debug(`Updating ${field.name} info for ${value}`)
85+
core.info(`Updating ${field.name} info for ${value}`)
8686
properties[field.name] = value
8787
}
8888
}

0 commit comments

Comments
 (0)