docs_flaw_checker.yml pt 2 (#25462)

This commit is contained in:
Hamish Willee
2025-08-20 16:35:49 +10:00
committed by GitHub
parent c65b1d845a
commit 722580760c
+1 -1
View File
@@ -44,7 +44,7 @@ jobs:
run: |
echo "$ALL_CHANGED_FILES"
# echo "$ALL_CHANGED_FILES" > ./logs/prFiles.json
echo "$ALL_CHANGED_FILES" | jq '.' > ./logs/prFiles.json
jq '.' <<< "$ALL_CHANGED_FILES" > ./logs/prFiles.json
env:
ALL_CHANGED_FILES: ${{ steps.get_changed_markdown_english.outputs.all_changed_files }}