From f9c717556d4919db448d7e5369af0c6a69d51492 Mon Sep 17 00:00:00 2001 From: Stephan Date: Thu, 16 Dec 2021 16:06:06 +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 520800b..6160057 100644 --- a/.github/workflows/assign-to-project.yml +++ b/.github/workflows/assign-to-project.yml @@ -104,6 +104,7 @@ jobs: else { console.log(`issue id: ${item.id}.`) } + console.log(item) // WTF is the id? console.log('create the card...') console.log(`in column ${column.id} for item ${item.id} of type ${content_type}`)