improved deleting

This commit is contained in:
rahulpinto19
2026-02-17 10:30:14 +00:00
parent 62b64148bb
commit 07c5e91fda

View File

@@ -18,6 +18,7 @@ on:
permissions:
contents: read
pull-requests: write
issues: write
jobs:
@@ -92,6 +93,9 @@ jobs:
- name: Delete comment on success
if: steps.lychee-check.outcome == 'success' && steps.find-comment.outputs.comment-id != ''
run: |
echo "Deleting Comment ID: ${{ steps.find-comment.outputs.comment-id }}"
gh api ...
run: |
gh api \
--method DELETE \