3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2025-01-17 19:17:45 +00:00

Update README.md

This commit is contained in:
Tonye Jack 2023-10-28 22:42:46 -06:00 committed by GitHub
parent e622bd9227
commit 85073ea010
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -140,7 +140,7 @@ jobs:
uses: tj-actions/changed-files@v40
with:
files: |
**/*.md
**.md
# Avoid using single or double quotes for multiline patterns
- name: List all changed files markdown files
@ -156,7 +156,7 @@ jobs:
with:
files_yaml: |
doc:
- '**/*.md'
- '**.md'
- docs/**
- README.md
test: