improved the delete logic

This commit is contained in:
rahulpinto19
2026-02-17 06:45:05 +00:00
parent a950b54fad
commit 17fe418aee

View File

@@ -103,7 +103,7 @@ jobs:
sed -E '/(Redirect|Redirects per input)/d' lychee-report.md >> full-report.md
- name: Delete comment on success
if: env.HAS_CHANGES == 'true' && steps.lychee-check.outcome == 'success' && steps.find-comment.outputs.comment-id != ''
if: steps.lychee-check.outcome == 'success' && steps.find-comment.outputs.comment-id != ''
run: |
gh api \
--method DELETE \