mirror of
https://github.com/tj-actions/changed-files
synced 2024-12-16 19:27:39 +00:00
Update README.md
This commit is contained in:
parent
e60a7a9173
commit
fe0fb71961
1 changed files with 1 additions and 1 deletions
|
@ -709,7 +709,7 @@ jobs:
|
|||
- name: Run step if any file(s) in the .github folder change
|
||||
if: steps.changed-files-specific.outputs.any_changed == 'true'
|
||||
run: |
|
||||
echo "One or more files in the .github folder has been changed."
|
||||
echo "One or more files in the .github folder has changed."
|
||||
echo "List all the files that have changed: ${{ steps.changed-files-specific.outputs.all_changed_files }}"
|
||||
...
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue