3
0
Fork 0
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:
Tonye Jack 2024-09-30 08:20:25 -06:00 committed by GitHub
parent 8a4a9757b7
commit 641e22af4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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'