From 0132417d3aa217d8568d4bf35a3ca476b12fa60d Mon Sep 17 00:00:00 2001 From: Stephan Date: Mon, 20 Dec 2021 19:12:14 +0100 Subject: [PATCH] fix --- .github/workflows/assign-to-project.yml | 1 + 1 file changed, 1 insertion(+) 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