3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2025-02-06 19:41:20 +00:00

Merge branch 'main' into updated-the-all-changed

This commit is contained in:
Tonye Jack 2021-04-02 08:41:58 -04:00 committed by GitHub
commit c29faf8e4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ jobs:
echo $file echo $file
done done
- name: Run step when README.md changes - 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("${{ steps.changed-files.outputs.modified_files }}", 'README.md')
run: | run: |
echo "Your README.md has been modified." echo "Your README.md has been modified."
- name: Run changed-files with comma separator - name: Run changed-files with comma separator