mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-29 13:34:51 +00:00
Update README.md
This commit is contained in:
parent
e622bd9227
commit
85073ea010
1 changed files with 2 additions and 2 deletions
|
@ -140,7 +140,7 @@ jobs:
|
||||||
uses: tj-actions/changed-files@v40
|
uses: tj-actions/changed-files@v40
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
**/*.md
|
**.md
|
||||||
# Avoid using single or double quotes for multiline patterns
|
# Avoid using single or double quotes for multiline patterns
|
||||||
|
|
||||||
- name: List all changed files markdown files
|
- name: List all changed files markdown files
|
||||||
|
@ -156,7 +156,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
files_yaml: |
|
files_yaml: |
|
||||||
doc:
|
doc:
|
||||||
- '**/*.md'
|
- '**.md'
|
||||||
- docs/**
|
- docs/**
|
||||||
- README.md
|
- README.md
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Reference in a new issue