mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-28 23:08:12 +09:00
🎉
This commit is contained in:
parent
8c354f269b
commit
8aedf36b98
@ -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 New Issue
Block a user