Skip to content

Commit d56503f

Browse files
authored
CI: Fix the Check Links workflow (#3281)
1 parent a42be05 commit d56503f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check-links.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
- name: Create Issue From File
7070
if: env.lychee_exit_code != 0
7171
run: |
72+
cd repository/
7273
title="Link Checker Report on ${{ steps.date.outputs.date }}"
7374
gh issue create --title "$title" --body-file ./lychee/out.md
7475
env:

0 commit comments

Comments
 (0)