We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 117c1c3 commit b86fc1aCopy full SHA for b86fc1a
1 file changed
.github/workflows/xmllinter.yml
@@ -47,7 +47,7 @@ jobs:
47
id: find-xml
48
run: |
49
FILES=`find . -type f -iname "*.xml"`
50
- for item in ${FILES}[@]; do
+ for item in ${FILES}; do
51
echo "${item}"
52
done
53
@@ -58,6 +58,6 @@ jobs:
58
- name: Lint XML
59
60
FILES=${{ steps.read-json.outputs.files }}
61
62
63
0 commit comments