From 01a5f11457d7556bb1c9626898b20c0071f31a9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar=20Rubio?= Date: Sun, 13 Oct 2024 18:55:51 +0200 Subject: [PATCH] Fix changed documentation files not detected on CI (#12004) --- .github/workflows/verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index f77c9001..e1777dc9 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -57,7 +57,7 @@ jobs: # Authorise GitHub API requests for editorconfig-checker GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Check documentation links - if: steps.changes.outputs.docs == true + if: steps.changes.outputs.docs == 'true' uses: lycheeverse/lychee-action@v2 with: args: --exclude ^https://www.similarweb.com -- \