Update test.yml

This commit is contained in:
Tonye Jack
2021-04-02 08:46:17 -04:00
committed by GitHub
parent 8673629857
commit 48835883f9

View File

@@ -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