We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6fb51e commit e14b191Copy full SHA for e14b191
1 file changed
src/services.js
@@ -82,7 +82,7 @@ const createProperties = (repo, pageHash, dependsOn, { systems, owners, structur
82
for (const field of structure) {
83
if (mappingFn[field.name]) {
84
const value = mappingFn[field.name](repo, { dependsOn, systems, owners })
85
- core.debug(`Updating ${field.name} info for ${value}`)
+ core.info(`Updating ${field.name} info for ${value}`)
86
properties[field.name] = value
87
}
88
0 commit comments