Skip to content

Commit 67aa069

Browse files
committed
xmllinter
1 parent 3431846 commit 67aa069

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/xmllinter.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ jobs:
5353
#else
5454
# echo "files={}" >> $GITHUB_OUTPUT
5555
#fi
56-
echo "files=${FILES}" >> $GITHUB_OUTPUT
56+
echo "files<<EOF" >> $GITHUB_OUTPUT
57+
echo "${FILES}" >> $GITHUB_OUTPUT
58+
echo "EOF" >> $GITHUB_OUTPUT
5759
5860
- name: Lint XML
5961
run: |

0 commit comments

Comments
 (0)