We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b0d24d commit 0c87d55Copy full SHA for 0c87d55
1 file changed
index.js
@@ -186,12 +186,12 @@ async function run() {
186
return;
187
}
188
} catch (e) {
189
- core.setFailed(`Action failed with error ${e.statusText}`);
+ core.setFailed(`Action failed with error: ${e.statusText}`);
190
191
192
});
193
194
195
196
})).then(() => {
197
if (isReportSupported()) {
0 commit comments