1
0
Fork 0
mirror of https://github.com/karancode/yamllint-github-action.git synced 2024-08-16 10:19:48 +02:00

update entrypoint as well

This commit is contained in:
karancode 2020-03-12 16:34:56 +09:00
parent 026dd3d85d
commit 8e20380b5a

View file

@ -12,7 +12,7 @@ function parse_inputs {
yamllint_strict="--strict"
fi
yamllint_config_filepath=''
yamllint_config_filepath='--config-file config/k8s.yml'
if [ ! -z "${INPUT_YAMLLINT_CONFIG_FILEPATH}" ]; then
yamllint_config_filepath="--config-file ${INPUT_YAMLLINT_CONFIG_FILEPATH}"
fi