Skip to content

Commit 1abb442

Browse files
authored
update the automatic issue creation logic (#342)
* ensure that lychee must create an issue Signed-off-by: Rupam-It <mannarupam3@gmail.com> * improve the logic for automatic issue creation Signed-off-by: Rupam-It <mannarupam3@gmail.com> * update in automatic issue generation Signed-off-by: Rupam-It <mannarupam3@gmail.com> * update in automatic issue generation Signed-off-by: Rupam-It <mannarupam3@gmail.com> --------- Signed-off-by: Rupam-It <mannarupam3@gmail.com>
1 parent 9b54376 commit 1abb442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/external-link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
# Create an issue if there are broken links
5858
- name: Create Issue From File
59-
if: env.lychee_exit_code != 0
59+
if: env.lychee_exit_code == 1
6060
id: create_issue
6161
uses: peter-evans/create-issue-from-file@v5
6262
with:

0 commit comments

Comments
 (0)