diff --git a/lib/lib.js b/lib/lib.js index e7e9abfc7..eb5b3e3f2 100644 --- a/lib/lib.js +++ b/lib/lib.js @@ -48,7 +48,7 @@ function run(configuration) { ? 'There was an error generating sponsors. ❌' : status === constants_1.Status.SUCCESS ? 'The data was succesfully retrieved and saved! ✅ 💖' - : `Unable to locate ${settings.marker} flags in ${settings.file}. Please verify your you have placed correctly in your markdown file.`}`); + : `Unable to locate markers in your file. Please check the documentation and try again. ⚠️`}`); core_1.setOutput('sponsorship-status', status); } });