docs_flaw_checker.yml3 - use sed to strip out the escapes (#25463)

This commit is contained in:
Hamish Willee 2025-08-20 16:40:56 +10:00 committed by GitHub
parent 722580760c
commit 18d76b18b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,7 +44,7 @@ jobs:
run: |
echo "$ALL_CHANGED_FILES"
# echo "$ALL_CHANGED_FILES" > ./logs/prFiles.json
jq '.' <<< "$ALL_CHANGED_FILES" > ./logs/prFiles.json
echo "$ALL_CHANGED_FILES" | sed 's/\\//g' | jq '.' > ./logs/prFiles.json
env:
ALL_CHANGED_FILES: ${{ steps.get_changed_markdown_english.outputs.all_changed_files }}