3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2025-01-17 09:17:46 +00:00

Update README.md

This commit is contained in:
Tonye Jack 2022-09-12 14:50:56 -06:00 committed by GitHub
parent 4717fbffaa
commit cc8c5e7787
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,7 +90,7 @@ jobs:
if: steps.changed-files-specific.outputs.any_changed == 'true'
run: |
echo "One or more files in the docs folder has changed."
echo "List all the files that have changed: ${{ steps.changed-files.outputs.all_changed_files }}"
echo "List all the files that have changed: ${{ steps.changed-files-specific.outputs.all_changed_files }}"
```
If you feel generous and want to show some extra appreciation: