Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Dec 11, 2023
1 parent 1a0500e commit 4d6ecf3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/actions/get-release-notes/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ runs:
state: 'all',
head: `${process.env.REPO_OWNER}:release/${process.env.VERSION}`,
});
process.env.RELEASE_NOTES = pulls[0].body;
console.log(pulls[0].title);
core.exportVariable('RELEASE_NOTES', pulls[0].body)
return pulls[0].title;
env:
GITHUB_TOKEN: ${{ inputs.token }}
REPO_OWNER: ${{ inputs.repo_owner }}
Expand Down

0 comments on commit 4d6ecf3

Please sign in to comment.