mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-25 06:41:36 -07:00
🎉
This commit is contained in:
parent
8c354f269b
commit
8aedf36b98
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ module.exports = async (app: express.Application) => {
|
|||
break;
|
||||
case 'refs/heads/release':
|
||||
const commit = event.commits[0];
|
||||
post(`RELEASED: ${commit.message}`);
|
||||
post(`RELEASED🎉: ${commit.message}`);
|
||||
break;
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue