Update README.md
This commit is contained in:
parent
a66176714d
commit
2918913341
@ -139,11 +139,12 @@ jobs:
|
|||||||
id: changed-markdown-files
|
id: changed-markdown-files
|
||||||
uses: tj-actions/changed-files@v40
|
uses: tj-actions/changed-files@v40
|
||||||
with:
|
with:
|
||||||
|
# Avoid using single or double quotes for multiline patterns
|
||||||
files: |
|
files: |
|
||||||
**.md
|
**.md
|
||||||
# Avoid using single or double quotes for multiline patterns
|
|
||||||
|
|
||||||
- name: List all changed files markdown files
|
- name: List all changed files markdown files
|
||||||
|
if: steps.changed-markdown-files.outputs.any_changed == 'true'
|
||||||
run: |
|
run: |
|
||||||
for file in ${{ steps.changed-markdown-files.outputs.all_changed_files }}; do
|
for file in ${{ steps.changed-markdown-files.outputs.all_changed_files }}; do
|
||||||
echo "$file was changed"
|
echo "$file was changed"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user