From 48835883f9ff4fb81ab3f379e1b1da8f9557bca0 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 2 Apr 2021 08:46:17 -0400 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 36a09571..1b754d59 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: echo $file done - name: Run step when README.md changes - if: contains("${{ steps.changed-files.outputs.modified_files }}", 'README.md') + if: contains(${{ steps.changed-files.outputs.modified_files }}, "README.md") run: | echo "Your README.md has been modified." - name: Run changed-files with comma separator