forked from FoundKeyGang/FoundKey
Fix url
This commit is contained in:
parent
61d225f52f
commit
65ff027ca9
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ module.exports = async (app: express.Application) => {
|
|||
case 'closed': title = 'Issueが閉じられました'; break;
|
||||
case 'reopened': title = 'Issueが開きました'; break;
|
||||
}
|
||||
const text = `${title}: ${event.payload.issue.number}「${event.payload.issue.title}」\n${event.payload.issue.url}`;
|
||||
const text = `${title}: ${event.payload.issue.number}「${event.payload.issue.title}」\n${event.payload.issue.html_url}`;
|
||||
post(text);
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue