docs_flaw_checker.yml - attempt to fix the flaw safely (#25461)

This commit is contained in:
Hamish Willee
2025-08-20 16:31:12 +10:00
committed by GitHub
parent 71b8e299fd
commit c65b1d845a
+2 -1
View File
@@ -43,7 +43,8 @@ jobs:
- name: Save JSON file containing files to link check
run: |
echo "$ALL_CHANGED_FILES"
echo "$ALL_CHANGED_FILES" > ./logs/prFiles.json
# echo "$ALL_CHANGED_FILES" > ./logs/prFiles.json
echo "$ALL_CHANGED_FILES" | jq '.' > ./logs/prFiles.json
env:
ALL_CHANGED_FILES: ${{ steps.get_changed_markdown_english.outputs.all_changed_files }}