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 fd92fb7 commit 811fa1cCopy full SHA for 811fa1c
.github/workflows/check-links.yml
@@ -1,7 +1,7 @@
1
# Check links in the repository and documentation
2
#
3
-# This workflow runs the lychee tool to check all external links in plaintext
4
-# and HTML files. It will create an issue if broken links are found.
+# This workflow runs the lychee tool to check all external links in plaintext and HTML
+# files. It will create an issue if broken links are found.
5
6
# It is scheduled to run weekly at 12 noon every Sunday.
7
@@ -76,7 +76,7 @@ jobs:
76
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
77
78
- name: Create Issue From File
79
- if: ${{ steps.lychee.outputs.exit_code }} != 0
+ if: steps.lychee.outputs.exit_code != 0
80
run: |
81
cd repository/
82
title="Link Checker Report on ${CURRENT_DATE}"
0 commit comments