Skip to content

Commit

Permalink
Use the input value for the issue_number param
Browse files Browse the repository at this point in the history
  • Loading branch information
SonnyRR committed Oct 28, 2024
1 parent a24018e commit 9211e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ runs:
with:
script: |
const pullRequestComments = await github.paginate(github.rest.issues.listComments, {
issue_number: context.issue.number,
issue_number: ${{ inputs.request-number }},
owner: context.repo.owner,
repo: context.repo.repo,
});
Expand Down

0 comments on commit 9211e37

Please sign in to comment.