diff --git a/.github/workflows/check_author.yml b/.github/workflows/check_author.yml index f74690ff9..8675080ce 100644 --- a/.github/workflows/check_author.yml +++ b/.github/workflows/check_author.yml @@ -52,7 +52,7 @@ jobs: }); const app_authors = app_commits.data.map(c => c.author.login); - debug: "found authors: ${{ app_authors }}" + console.log(app_authors); if (!app_authors.includes(process.env.pr_author)) {