add comment id

This commit is contained in:
rahulpinto19
2026-02-16 12:22:26 +00:00
parent 538287097b
commit 4424086c94

View File

@@ -105,8 +105,8 @@ jobs:
if: env.HAS_CHANGES == 'true' && steps.lychee-check.outcome == 'failure'
uses: peter-evans/create-or-update-comment@v4
with:
comment-id: ${{ steps.find-comment.outputs.comment-id }}
issue-number: ${{ github.event.pull_request.number }}
# CHANGE: Read from the new combined file
body-path: full-report.md
edit-mode: replace