chore: action

add-license-1
KieSun 2021-03-23 11:33:40 +08:00
parent bbb46d851e
commit bd91ac64d1
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,9 @@
const axios = require("axios");
const {
event: { comment },
event: {
comment,
issue: { number },
},
} = JSON.parse(process.env.GITHUB_CONTEXT);
const {
body,
@ -8,7 +11,6 @@ const {
html_url,
id,
user: { avatar_url, login },
issue: { number },
} = comment;
const host = process.env.COMMENTHOST;