Skip to content

Commit

Permalink
Temporarily debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Aug 20, 2024
1 parent b1ddd2b commit 02aa2d7
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 @@ -76,6 +76,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
cat /tmp/lychee-out.md
# gh issue create --title "$title" --body-file /tmp/lychee-out.md
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 02aa2d7

Please sign in to comment.