There was an error while loading. Please reload this page.
1 parent 6b80360 commit ab2df0bCopy full SHA for ab2df0b
1 file changed
src/report.ts
@@ -42,7 +42,7 @@ export async function createReport(
42
content += "\n\n" + changelog;
43
}
44
} catch {
45
- actions.warning(`Failed to generate changelog for ${to.name}`);
+ actions.info(`Failed to generate changelog for ${to.name}`);
46
47
return content;
48
}),
0 commit comments