We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7225807 commit 18d76b1Copy full SHA for 18d76b1
.github/workflows/docs_flaw_checker.yml
@@ -44,7 +44,7 @@ jobs:
44
run: |
45
echo "$ALL_CHANGED_FILES"
46
# echo "$ALL_CHANGED_FILES" > ./logs/prFiles.json
47
- jq '.' <<< "$ALL_CHANGED_FILES" > ./logs/prFiles.json
+ echo "$ALL_CHANGED_FILES" | sed 's/\\//g' | jq '.' > ./logs/prFiles.json
48
env:
49
ALL_CHANGED_FILES: ${{ steps.get_changed_markdown_english.outputs.all_changed_files }}
50
0 commit comments