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 e8c06d3 commit 987ddef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/get-release-notes/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ runs:
owner: process.env.REPO_OWNER,
repo: process.env.REPO_NAME,
state: 'all',
head: `${process.env.REPO_OWNER}/release/process.env.VERSION`,
head: `${process.env.REPO_OWNER}/release/${process.env.VERSION}`,
});
console.log(pulls);
console.log(pulls[0]);
return pulls[0].body;
env:
GITHUB_TOKEN: ${{ inputs.token }}
Expand Down

0 comments on commit 987ddef

Please sign in to comment.