Skip to content

Commit

Permalink
Add console log
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Dec 11, 2023
1 parent 0253396 commit e8c06d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/get-release-notes/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit e8c06d3

Please sign in to comment.