diff --git a/.gitea/workflows/testlinks.yml b/.gitea/workflows/testlinks.yml index 65507cb..40350ed 100644 --- a/.gitea/workflows/testlinks.yml +++ b/.gitea/workflows/testlinks.yml @@ -10,6 +10,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - name: Link check action - uses: serega404/links-check-action@test2 + uses: serega404/links-check-action@test6 with: - file-to-check: "README.md" \ No newline at end of file + filePath: "README.md" + ignoreCodes: "403" \ No newline at end of file