We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3431846 commit 67aa069Copy full SHA for 67aa069
1 file changed
.github/workflows/xmllinter.yml
@@ -53,7 +53,9 @@ jobs:
53
#else
54
# echo "files={}" >> $GITHUB_OUTPUT
55
#fi
56
- echo "files=${FILES}" >> $GITHUB_OUTPUT
+ echo "files<<EOF" >> $GITHUB_OUTPUT
57
+ echo "${FILES}" >> $GITHUB_OUTPUT
58
+ echo "EOF" >> $GITHUB_OUTPUT
59
60
- name: Lint XML
61
run: |
0 commit comments