Skip to content

Commit c783a79

Browse files
authored
CI: Fix typos in .github/workflows/check-links.yml (#3228)
Patches #3166
1 parent a1bd3e6 commit c783a79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ jobs:
7171
run: |
7272
title="Link Checker Report on ${{ steps.date.outputs.date }}"
7373
gh issue create --title "$title" --body-file ./lychee/out.md
74-
env:
75-
GH_TOKEN: ${{ github.token }}
74+
env:
75+
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)