Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Oct 29, 2023
1 parent e622bd9 commit 85073ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -156,7 +156,7 @@ jobs:
with:
files_yaml: |
doc:
- '**/*.md'
- '**.md'
- docs/**
- README.md
test:
Expand Down

0 comments on commit 85073ea

Please sign in to comment.