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