mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-17 09:17:46 +00:00
Update test.yml
This commit is contained in:
parent
c29faf8e4f
commit
1c5a3415f3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
echo $file
|
||||
done
|
||||
- name: Run step when README.md changes
|
||||
if: github.event_name == 'pull_request' && contains("${{ steps.changed-files.outputs.modified_files }}", 'README.md')
|
||||
if: github.event_name == 'pull_request' && contains(fromJSON(${{ steps.changed-files.outputs.modified_files }}), 'README.md')
|
||||
run: |
|
||||
echo "Your README.md has been modified."
|
||||
- name: Run changed-files with comma separator
|
||||
|
|
Loading…
Reference in a new issue