Skip to content

Commit bc48fa3

Browse files
committed
bump
1 parent 37e1709 commit bc48fa3

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
@@ -55,7 +55,7 @@ jobs:
5555
- name: Lint XML
5656
run: |
5757
echo '${{ steps.find-xml.outputs.filelist }}' | jq -c '.[]' | while read i; do
58-
if [ ${{ contains(steps.read-json.outputs.config).ignore, i) }} -eq "true"]
58+
if [ ${{ contains(fromJSON(steps.read-json.outputs.config).ignore, i) }} -eq "true"]
5959
echo "Skipping ${i}"
6060
else
6161
echo "Linting ${i}"

0 commit comments

Comments
 (0)