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}`)