Skip to content

Commit 640c0a1

Browse files
committed
Temporarily disable issues
1 parent fdeb107 commit 640c0a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check-links.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
run: |
7474
cd repository/
7575
title="Link Checker Report on ${{ steps.date.outputs.date }}"
76-
gh issue create --title "$title" --body-file /tmp/lychee-out.md
76+
# gh issue create --title "$title" --body-file /tmp/lychee-out.md
77+
cat /tmp/lychee-out.md
7778
env:
7879
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)