We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f16202 commit d9d1756Copy full SHA for d9d1756
.github/workflows/xmllinter.yml
@@ -62,7 +62,7 @@ jobs:
62
63
- name: Lint XML
64
run: |
65
- echo "${{ steps.find-xml.outputs.filelist }}" | jq -c '.[]' | while read i; do
+ echo "${{ steps.find-xml.outputs.files }}" | jq -c '.[]' | while read i; do
66
echo ${i}
67
done
68
#FILES=$(echo "${{ steps.find-xml.outputs.files }}" | jq -c '.[]')
0 commit comments