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:
parent
026dd3d85d
commit
8e20380b5a
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ function parse_inputs {
|
||||||
yamllint_strict="--strict"
|
yamllint_strict="--strict"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
yamllint_config_filepath=''
|
yamllint_config_filepath='--config-file config/k8s.yml'
|
||||||
if [ ! -z "${INPUT_YAMLLINT_CONFIG_FILEPATH}" ]; then
|
if [ ! -z "${INPUT_YAMLLINT_CONFIG_FILEPATH}" ]; then
|
||||||
yamllint_config_filepath="--config-file ${INPUT_YAMLLINT_CONFIG_FILEPATH}"
|
yamllint_config_filepath="--config-file ${INPUT_YAMLLINT_CONFIG_FILEPATH}"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue