Skip to content

Commit

Permalink
CI: Fix typos in .github/workflows/check-links.yml (#3228)
Browse files Browse the repository at this point in the history
Patches #3166
  • Loading branch information
seisman authored May 6, 2024
1 parent a1bd3e6 commit c783a79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ jobs:
run: |
title="Link Checker Report on ${{ steps.date.outputs.date }}"
gh issue create --title "$title" --body-file ./lychee/out.md
env:
GH_TOKEN: ${{ github.token }}
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit c783a79

Please sign in to comment.