fix: use correct PR ID to post comments

Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
aramissennyeydd
2025-12-30 12:39:09 -07:00
parent 9f1ee3e667
commit 4171b4e7e3
@@ -122,6 +122,6 @@ jobs:
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4
with:
comment-id: ${{ steps.find-comment.outputs.comment-id }}
issue-number: ${{ github.event.pull_request.number }}
issue-number: ${{ needs.setup.outputs.pr-number }}
body-path: comment.md
edit-mode: replace