We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdeb107 commit 640c0a1Copy full SHA for 640c0a1
.github/workflows/check-links.yml
@@ -73,6 +73,7 @@ jobs:
73
run: |
74
cd repository/
75
title="Link Checker Report on ${{ steps.date.outputs.date }}"
76
- gh issue create --title "$title" --body-file /tmp/lychee-out.md
+ # gh issue create --title "$title" --body-file /tmp/lychee-out.md
77
+ cat /tmp/lychee-out.md
78
env:
79
GH_TOKEN: ${{ github.token }}
0 commit comments