This commit is contained in:
rahulpinto19
2026-02-17 10:33:13 +00:00
parent 07c5e91fda
commit a1bc7daf68

View File

@@ -93,9 +93,6 @@ 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 \