ibiqlik/action-yamllint

config_data can't accept yaml because it undergoes wordsplitting

Closed this issue · 0 comments

If config_data contains spaces, e.g. {extends: default, rules: {document-start: disable}} to disable a single rule, entrypoint.sh errors as below due to wordsplitting on the unquoted CONFIG_DATA at:

yamllint $CONFIG_FILE $CONFIG_DATA -f $INPUT_FORMAT $STRICT $INPUT_FILE_OR_DIR

lol2