diff --git a/.github/workflows/assign-to-project.yml b/.github/workflows/assign-to-project.yml index a822eb2..e922de6 100644 --- a/.github/workflows/assign-to-project.yml +++ b/.github/workflows/assign-to-project.yml @@ -81,6 +81,7 @@ jobs: // determine content type console.log('determine content type...') console.log(context) + console.log(context.issue) const event_name = context.eventName var content_type = null var item_number = null