We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2883091 commit 4d94716Copy full SHA for 4d94716
.github/workflows/xmllinter.yml
@@ -58,7 +58,7 @@ jobs:
58
59
- name: Lint XML
60
run: |
61
- FILES=${{ fromJSON(steps.find-xml.outputs.files) }}
+ FILES=$(echo "${{ steps.find-xml.outputs.files }}" | jq -c -r '.[]')
62
for item in ${FILES}; do
63
echo "${item}"
64
done
0 commit comments