We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c124a46 commit c53c9e6Copy full SHA for c53c9e6
1 file changed
.github/workflows/xmllinter.yml
@@ -63,7 +63,7 @@ jobs:
63
- name: Lint XML
64
id: linter
65
run: |
66
- "${{ steps.find-xml.outputs.filelist }}" | jq -c '.[]' | while read -r 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 "$ignore"
69
0 commit comments