From 02c3f02a2573496d2987faf520e0ff1a0a9537f0 Mon Sep 17 00:00:00 2001 From: Stephan Date: Mon, 20 Dec 2021 19:02:46 +0100 Subject: [PATCH] fix --- .github/workflows/assign-to-project.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/assign-to-project.yml b/.github/workflows/assign-to-project.yml index 4418e4f..a653c21 100644 --- a/.github/workflows/assign-to-project.yml +++ b/.github/workflows/assign-to-project.yml @@ -98,6 +98,10 @@ jobs: // get the item console.log('get the item...') + console.log(context) + console.log(context.issue) + console.log(context.pull_request) + console.log(context.issue()) const item = await github.issues.get({ owner: context.repo.owner, repo: context.repo.repo,