fix
This commit is contained in:
10
.github/workflows/assign-milestones.js
vendored
10
.github/workflows/assign-milestones.js
vendored
@@ -17,7 +17,11 @@ module.exports = ({github, context}) => {
|
|||||||
|
|
||||||
const restapi = github.rest
|
const restapi = github.rest
|
||||||
|
|
||||||
console.log(`event: ${github.event_name}/${github.event.action}`)
|
console.log(github)
|
||||||
|
console.log(context)
|
||||||
|
console.log(context.payload)
|
||||||
|
|
||||||
|
//console.log(`event: ${github.event_name}/${github.event.action}`)
|
||||||
|
|
||||||
// get and validate the event name
|
// get and validate the event name
|
||||||
const eventName = github.event_name
|
const eventName = github.event_name
|
||||||
@@ -32,8 +36,8 @@ module.exports = ({github, context}) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
console.log(`event: ${eventName}/${eventAction}`)
|
console.log(`event: ${eventName}/${eventAction}`)
|
||||||
console.log(context);
|
console.log(context)
|
||||||
console.log(context.payload);
|
console.log(context.payload)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user