diff --git a/action.yml b/action.yml index 50686818..9a16d665 100644 --- a/action.yml +++ b/action.yml @@ -164,7 +164,7 @@ runs: # Broken links ----------------------------------------------------------------------------------------------------- - name: Broken Link Checker - if: inputs.links == 'true' and github.event.action != 'closed' + if: inputs.links == 'true' && github.event.action != 'closed' uses: lycheeverse/lychee-action@v1.9.0 with: # Check all markdown and html files in repo. Ignores the following status codes to reduce false positives: