Skip to content

Commit

Permalink
Temporarily disable issues
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Oct 19, 2024
1 parent fdeb107 commit 640c0a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 640c0a1

Please sign in to comment.