Skip to content

Commit 1fd7231

Browse files
committed
bump
1 parent dec929a commit 1fd7231

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/xmllinter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
echo '${{ steps.find-xml.outputs.filelist }}' | jq -c '.[]' | while read i; do
5959
echo "current_file=${i}" >> $GITHUB_ENV
6060
61-
if [ ${{ contains(fromJSON(steps.read-json.outputs.config).ignore, env.current_file) }} = true]; then
61+
if [ "${{ contains(fromJSON(steps.read-json.outputs.config).ignore, env.current_file) }}" = "true" ]; then
6262
echo "Skipping ${i}"
6363
else
6464
echo "Linting ${i}"

0 commit comments

Comments
 (0)