Skip to content

Commit 3ba12a7

Browse files
committed
bump
1 parent 6f8f72a commit 3ba12a7

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
@@ -43,7 +43,7 @@ jobs:
4343
cat ${{ inputs.config_file }} >> $GITHUB_OUTPUT
4444
echo "EOF" >> $GITHUB_OUTPUT
4545
46-
IGNORE='${{ toJSON(fromJSON(steps.read-json.outputs.config).ignore) }}' | jq -c '.'
46+
IGNORE=`echo '${{ toJSON(fromJSON(steps.read-json.outputs.config).ignore) }}' | jq -c '.'`
4747
echo "ignore=${IGNORE}" >> $GITHUB_OUTPUT
4848
else
4949
echo "config={}" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)