mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-02-04 13:50:20 -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;
|
break;
|
||||||
case 'refs/heads/release':
|
case 'refs/heads/release':
|
||||||
const commit = event.commits[0];
|
const commit = event.commits[0];
|
||||||
post(`RELEASED: ${commit.message}`);
|
post(`RELEASED🎉: ${commit.message}`);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue