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 0c87d55 commit b5bbc71Copy full SHA for b5bbc71
index.js
@@ -82,7 +82,7 @@ async function renderComment(data) {
82
body: markdown
83
});
84
} catch (e) {
85
- core.setFailed(`Action failed with error ${e.statusText}`);
+ core.setFailed(`Action failed with error: ${e.statusText}`);
86
}
87
88
function collectData(results, runData) {
0 commit comments