diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index bf7a9ca5346..c3949687d8a 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -73,6 +73,7 @@ jobs: run: | cd repository/ title="Link Checker Report on ${{ steps.date.outputs.date }}" - gh issue create --title "$title" --body-file /tmp/lychee-out.md + # gh issue create --title "$title" --body-file /tmp/lychee-out.md + cat /tmp/lychee-out.md env: GH_TOKEN: ${{ github.token }}