Skip to content

Commit

Permalink
Deploy Production Code for Commit b082ed6 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed May 4, 2021
1 parent b082ed6 commit 8216862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 <!-- ${settings.marker} --> <!-- ${settings.marker} --> 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);
}
});
Expand Down

0 comments on commit 8216862

Please sign in to comment.