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,