mirror of
https://github.com/tj-actions/changed-files
synced 2024-12-17 03:47:20 +00:00
Update README.md
This commit is contained in:
parent
01fb130d1e
commit
1d1f2dec19
1 changed files with 5 additions and 0 deletions
|
@ -154,6 +154,11 @@ jobs:
|
||||||
if: steps.changed-files-specific.outputs.any_changed == 'true'
|
if: steps.changed-files-specific.outputs.any_changed == 'true'
|
||||||
run: |
|
run: |
|
||||||
echo "One or more files listed above has changed."
|
echo "One or more files listed above has changed."
|
||||||
|
|
||||||
|
- name: Run step if only the files listed above change
|
||||||
|
if: steps.changed-files-specific.outputs.only_changed == 'true'
|
||||||
|
run: |
|
||||||
|
echo "Only files listed above have changed."
|
||||||
|
|
||||||
- name: Use a source file or list of file(s) to populate to files input.
|
- name: Use a source file or list of file(s) to populate to files input.
|
||||||
id: changed-files-specific-source-file
|
id: changed-files-specific-source-file
|
||||||
|
|
Loading…
Reference in a new issue