Skip to content

Commit ce0f11c

Browse files
committed
bump
1 parent 0ae693b commit ce0f11c

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
@@ -60,7 +60,7 @@ jobs:
6060
6161
- name: Lint XML
6262
run: |
63-
for item in "${{ steps.find-xml.outputs.files }}"; do
63+
for item in "${{ steps.find-xml.outputs.files }}[@]"; do
6464
echo "${item}"
6565
done
6666
#echo ${{ contains(fromJSON(steps.read-json.outputs.config).ignore, 'bullshit') }}

0 commit comments

Comments
 (0)