From 17f71a7c6e163b18229fcfe64a6a5fe8e9ca7359 Mon Sep 17 00:00:00 2001 From: sripwoud Date: Tue, 25 Jun 2024 13:53:40 +0200 Subject: [PATCH] fix: fix if contains syntax --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a25f3c9..11febfe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -155,7 +155,7 @@ jobs: workspace=$(jq -r '.name' packages/${{ matrix.dir }}/package.json) yarn workspace "$workspace" run compile - - if: contains(needs.get-changed-files.outputs.modified_files, ${{ matrix.dir }}) + - if: contains(needs.get-changed-files.outputs.modified_files, matrix.dir) name: Run slither uses: crytic/slither-action@v0.4.0 id: slither