Skip to content

Commit b5bbc71

Browse files
committed
Add missing formatting
1 parent 0c87d55 commit b5bbc71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ async function renderComment(data) {
8282
body: markdown
8383
});
8484
} catch (e) {
85-
core.setFailed(`Action failed with error ${e.statusText}`);
85+
core.setFailed(`Action failed with error: ${e.statusText}`);
8686
}
8787
}
8888
function collectData(results, runData) {

0 commit comments

Comments
 (0)