Skip to content

Commit d9d1756

Browse files
committed
bump
1 parent 4f16202 commit d9d1756

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
@@ -62,7 +62,7 @@ jobs:
6262
6363
- name: Lint XML
6464
run: |
65-
echo "${{ steps.find-xml.outputs.filelist }}" | jq -c '.[]' | while read i; do
65+
echo "${{ steps.find-xml.outputs.files }}" | jq -c '.[]' | while read i; do
6666
echo ${i}
6767
done
6868
#FILES=$(echo "${{ steps.find-xml.outputs.files }}" | jq -c '.[]')

0 commit comments

Comments
 (0)