diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 5f1643c..f7c92fa 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -16,6 +16,7 @@ jobs: uses: ./ # Uses an action in the root directory with: args: --user-agent "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0" --verbose --exclude spinroot.com --no-progress './**/*.md' './**/*.html' + fail: true env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}