We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b89fdd6 commit 0a96c18Copy full SHA for 0a96c18
1 file changed
.github/workflows/xmllinter.yml
@@ -63,7 +63,7 @@ jobs:
63
- name: Lint XML
64
id: linter
65
run: |
66
- echo $("${{ steps.find-xml.outputs.filelist }}") | jq -c '.[]' | while read i; do
+ echo $("${{ steps.find-xml.outputs.filelist }}") | jq -c '.[]' | while read -r i; do
67
ignore=$("jq --null-input '["${i}"] - ${{ steps.read-ignore.outputs.ignore }}'")
68
echo $("jq --null-input '["${i}"] - ${{ steps.read-ignore.outputs.ignore }}'")
69
0 commit comments