From e8c06d32935645c9dc5b75f3fd4f9ef61d2e8196 Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Mon, 11 Dec 2023 11:18:40 +0100 Subject: [PATCH] Add console log --- .github/actions/get-release-notes/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/get-release-notes/action.yml b/.github/actions/get-release-notes/action.yml index 0a417b740..d832dfca9 100644 --- a/.github/actions/get-release-notes/action.yml +++ b/.github/actions/get-release-notes/action.yml @@ -30,6 +30,7 @@ runs: state: 'all', head: `${process.env.REPO_OWNER}/release/process.env.VERSION`, }); + console.log(pulls); return pulls[0].body; env: GITHUB_TOKEN: ${{ inputs.token }}