Skip to content

Commit

Permalink
Merge pull request music-encoding#578 from musicEnfanthen/exclude-xitter
Browse files Browse the repository at this point in the history
fix: exclude xitter from broken link checker
  • Loading branch information
rettinghaus authored Feb 4, 2024
2 parents d085508 + 846a3f4 commit 59c7523
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
steps:
- uses: technote-space/broken-link-checker-action@b8332d945b97f8b52eb8d7d889a1e0e37106c1a9 # ratchet:technote-space/broken-link-checker-action@v2
with:
target: ${{ env.CHECK_WEBSITE }}
TARGET: ${{ env.CHECK_WEBSITE }}
EXCLUDED_KEYWORDS: |
twitter.com
linkChecker:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 59c7523

Please sign in to comment.