From bccd87fe75256e1eb3136de5f3d47ac214812345 Mon Sep 17 00:00:00 2001 From: Stephan Date: Thu, 16 Dec 2021 15:51:58 +0100 Subject: [PATCH] fix --- .github/workflows/assign-to-project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/assign-to-project.yml b/.github/workflows/assign-to-project.yml index 1333699..d664c33 100644 --- a/.github/workflows/assign-to-project.yml +++ b/.github/workflows/assign-to-project.yml @@ -91,7 +91,7 @@ jobs: } // get the issue/pr - console.log('get the issue/pr...) + console.log('get the issue/pr...') const item = await github.issues.get({ owner: context.repo.owner, repo: context.repo.repo,