Skip to content

Commit 4bfc97e

Browse files
committed
chore(workflow): simplify file specification in markdown update workflow
1 parent 6d3b751 commit 4bfc97e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +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
29+
files: README.md
3130

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

0 commit comments

Comments
 (0)