diff options
Diffstat (limited to '.github/workflows/broken-links.yml')
-rw-r--r-- | .github/workflows/broken-links.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/broken-links.yml b/.github/workflows/broken-links.yml index b5d296ea..7e0171fe 100644 --- a/.github/workflows/broken-links.yml +++ b/.github/workflows/broken-links.yml @@ -21,7 +21,7 @@ jobs: run: npm ci - name: Build Legal run: npm run license-report:html - - uses: lycheeverse/lychee-action@c053181aa0c3d17606addfe97a9075a32723548a + - uses: lycheeverse/lychee-action@2b973e86fc7b1f6b36a93795fe2c9c6ae1118621 with: fail: true jobSummary: false |