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 2c605f8 commit f523364Copy full SHA for f523364
dist/index.js
@@ -1747,6 +1747,7 @@ function action() {
1747
yield ActionUtils.commitFile();
1748
}
1749
catch (err) {
1750
+ core.error(err.message);
1751
core.setFailed(err.message);
1752
1753
});
src/action.ts
@@ -110,6 +110,7 @@ export async function action() {
110
fs.writeFileSync(README_PATH, finalLines.join('\n'), 'utf-8');
111
await ActionUtils.commitFile();
112
} catch (err) {
113
114
115
116
0 commit comments