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