Skip to content

Commit

Permalink
Now set as body
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris committed Dec 11, 2023
1 parent 789a231 commit 1a0500e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/get-release-notes/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
});
process.env.RELEASE_NOTES = pulls[0].body;
console.log(pulls[0].title);
core.exportVariable('RELEASE_NOTES', pulls[0].title)
core.exportVariable('RELEASE_NOTES', pulls[0].body)
return pulls[0].title;
env:
GITHUB_TOKEN: ${{ inputs.token }}
Expand Down

0 comments on commit 1a0500e

Please sign in to comment.