From c2cf5a3b67eaebec75c77830e7549452a7343e8b Mon Sep 17 00:00:00 2001 From: Andrey Meshkov Date: Wed, 10 Aug 2022 13:27:41 +0300 Subject: [PATCH] test workflow --- .github/workflows/assign-on-label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/assign-on-label.yml b/.github/workflows/assign-on-label.yml index a8de0b789a2..6b33cbb6731 100644 --- a/.github/workflows/assign-on-label.yml +++ b/.github/workflows/assign-on-label.yml @@ -15,7 +15,7 @@ jobs: console.log('CONTEXT'); console.log(context); console.log('ISSUE'); - context.log(context.payload.issue); + console.log(context.payload.issue); console.log('ASSIGNEES'); console.log(JSON.stringify(context.payload.issue.assignees, 0, 4))