From 873cf7b4c0bcd1e0d33dc4398f98db88125be352 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Thu, 18 Jan 2024 23:25:18 +0100 Subject: [PATCH] Update action.yml to fix 'and' --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: