diff --git a/.github/workflows/link_checker_workflow.yaml b/.github/workflows/link_checker_workflow.yaml index d658f030a61..c711227929a 100644 --- a/.github/workflows/link_checker_workflow.yaml +++ b/.github/workflows/link_checker_workflow.yaml @@ -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 \