Skip to content

Commit 4d94716

Browse files
committed
bump
1 parent 2883091 commit 4d94716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/xmllinter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
5959
- name: Lint XML
6060
run: |
61-
FILES=${{ fromJSON(steps.find-xml.outputs.files) }}
61+
FILES=$(echo "${{ steps.find-xml.outputs.files }}" | jq -c -r '.[]')
6262
for item in ${FILES}; do
6363
echo "${item}"
6464
done

0 commit comments

Comments
 (0)