Update README.md

This commit is contained in:
Tonye Jack 2023-12-05 12:58:01 -07:00 committed by GitHub
parent a66176714d
commit 2918913341
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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