mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-15 09:50:46 +00:00
docs: Update README.md (#2300)
This commit is contained in:
parent
8a4a9757b7
commit
641e22af4a
1 changed files with 2 additions and 1 deletions
|
@ -144,7 +144,8 @@ jobs:
|
|||
with:
|
||||
# Avoid using single or double quotes for multiline patterns
|
||||
files: |
|
||||
**.md
|
||||
**.md
|
||||
docs/**.md
|
||||
|
||||
- name: List all changed files markdown files
|
||||
if: steps.changed-markdown-files.outputs.any_changed == 'true'
|
||||
|
|
Loading…
Reference in a new issue