We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dad989 commit fb97e0cCopy full SHA for fb97e0c
.github/workflows/xmllinter.yml
@@ -52,7 +52,7 @@ jobs:
52
done
53
54
echo "files<<EOF" >> $GITHUB_OUTPUT
55
- printf '%s\n' "${FILES[@]}" | jq -R . | jq -s . >> $GITHUB_OUTPUT
+ printf '%s' "${FILES[@]}" | jq -R . | jq -s . >> $GITHUB_OUTPUT
56
echo "EOF" >> $GITHUB_OUTPUT
57
58
- name: Lint XML
0 commit comments