We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd7e946 commit 2883091Copy full SHA for 2883091
1 file changed
.github/workflows/xmllinter.yml
@@ -58,7 +58,7 @@ jobs:
58
59
- name: Lint XML
60
run: |
61
- FILES=${{ fromJSON(steps.read-json.outputs.files) }}
+ FILES=${{ fromJSON(steps.find-xml.outputs.files) }}
62
for item in ${FILES}; do
63
echo "${item}"
64
done
0 commit comments