Skip to content

Commit 02742c1

Browse files
committed
bump
1 parent 4d94716 commit 02742c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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=$(echo "${{ steps.find-xml.outputs.files }}" | jq -c -r '.[]')
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)