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

View File

@@ -139,11 +139,12 @@ jobs:
id: changed-markdown-files
uses: tj-actions/changed-files@v40
with:
# Avoid using single or double quotes for multiline patterns
files: |
**.md
# Avoid using single or double quotes for multiline patterns
- name: List all changed files markdown files
if: steps.changed-markdown-files.outputs.any_changed == 'true'
run: |
for file in ${{ steps.changed-markdown-files.outputs.all_changed_files }}; do
echo "$file was changed"