You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# sloppy workaround. Hiding redirects in lychees md format does not work
49
+
- name: Clean up Report
50
+
run: |
51
+
sed -i '/^## Redirects per input/,$d' ./lychee/out.md
52
+
sed -i '1i > This report was generated automatically. If links that are reported below are actually working, please ignore the corresponding urls in the `.lycheeignore` to avoid reoccurring error reports in the future.\n\n' ./lychee/out.md
53
+
54
+
- name: Create Issue From File
55
+
if: steps.lychee.outputs.exit_code != 0
56
+
uses: peter-evans/create-issue-from-file@v5
57
+
with:
58
+
title: "🔗 Link Check Report - ${{ env.REPORT_DATE }}"
0 commit comments