Skip to content

Commit 12ce032

Browse files
committed
ci(md): simplify markdown file list format in on-markdown-update.yml
1 parent 6ca6a97 commit 12ce032

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/on-markdown-update.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ jobs:
2626
uses: chemodun/[email protected]
2727
with:
2828
# Avoid using single or double quotes for multiline patterns
29-
files: |
30-
README.md
31-
XMLDIffWithVSCode.md
29+
files: README.md XMLDIffWithVSCode.md
3230

3331
- name: Install python3
3432
if: steps.changed-markdown-files.outputs.any_changed == 'true'

0 commit comments

Comments
 (0)