From 7dbaa16e44a286afdfc9b3ffe2ffd62b6677656a Mon Sep 17 00:00:00 2001 From: gautamkrishnar Date: Sun, 1 Nov 2020 13:08:09 +0530 Subject: [PATCH] fixing wrong error message closes: #39 --- blog-post-workflow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog-post-workflow.js b/blog-post-workflow.js index 0cfd31a..975a28e 100644 --- a/blog-post-workflow.js +++ b/blog-post-workflow.js @@ -35,7 +35,7 @@ const buildReadme = (previousContent, newContent) => { ) { // Exit with error if comment is not found on the readme core.error( - `Cannot find the comment tag on the readme:\n\n` + `Cannot find the comment tag on the readme:\n${tagToLookFor}:START -->\n${tagToLookFor}:END -->` ); process.exit(1); }