We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 575267f commit b230db4Copy full SHA for b230db4
.github/workflows/xmllinter.yml
@@ -58,7 +58,7 @@ jobs:
58
echo '${{ steps.find-xml.outputs.filelist }}' | jq -c '.[]' | while read i; do
59
echo "current_file=${i}" >> "$GITHUB_ENV"
60
61
- echo jq --null-input '${{ steps.find-xml.outputs.filelist }} - ${{ fromJSON(steps.read-json.outputs.config).ignore }}'
+ echo jq --null-input '${{ steps.find-xml.outputs.filelist }} - ${{ toJSON(fromJSON(steps.read-json.outputs.config).ignore) }}'
62
if [ "${{ contains(fromJSON(steps.read-json.outputs.config).ignore, './phpcs.xml') }}" = "true" ]; then
63
echo "Skipping ${i}"
64
else
0 commit comments