We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ae693b commit ce0f11cCopy full SHA for ce0f11c
.github/workflows/xmllinter.yml
@@ -60,7 +60,7 @@ jobs:
60
61
- name: Lint XML
62
run: |
63
- for item in "${{ steps.find-xml.outputs.files }}"; do
+ for item in "${{ steps.find-xml.outputs.files }}[@]"; do
64
echo "${item}"
65
done
66
#echo ${{ contains(fromJSON(steps.read-json.outputs.config).ignore, 'bullshit') }}
0 commit comments