mirror of
https://github.com/tj-actions/changed-files
synced 2025-02-06 09:41:22 +00:00
Update README.md
This commit is contained in:
parent
54a8c99a03
commit
c9a1c56f6d
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ jobs:
|
||||||
echo "List all the files that have changed: ${{ steps.changed-files-excluded.outputs.all_changed_files }}"
|
echo "List all the files that have changed: ${{ steps.changed-files-excluded.outputs.all_changed_files }}"
|
||||||
|
|
||||||
# Example 4
|
# Example 4
|
||||||
- name: Get all test files, doc and src files that have changed
|
- name: Get all test, doc and src files that have changed
|
||||||
id: changed-files-yml
|
id: changed-files-yml
|
||||||
uses: tj-actions/changed-files@v36
|
uses: tj-actions/changed-files@v36
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue