Skip to content
Snippets Groups Projects
Commit cc6abf6f authored by syuilo's avatar syuilo
Browse files

Fix

parent 827be398
No related merge requests found
......@@ -33,8 +33,8 @@ module.exports = async (app: express.Application) => {
const state = event.state;
switch (state) {
case 'failure':
const commit = event.commit.commit;
post(`⚠️🚨BUILD FAILED🚨⚠️: ?[${commit.message}](${commit.url})`);
const commit = event.commit;
post(`⚠️🚨BUILD FAILED🚨⚠️: ?[${commit.commit.message}](${commit.html_url})`);
break;
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment