mirror of
https://github.com/karancode/yamllint-github-action.git
synced 2024-08-16 10:19:48 +02:00
action defaults to k8s config
This commit is contained in:
parent
e0df3782d5
commit
026dd3d85d
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ inputs:
|
|||
yamllint_config_filepath:
|
||||
description: 'Custom yamllint config path'
|
||||
required: false
|
||||
default: '' # using default
|
||||
default: 'config/k8s.yml' # using k8s default
|
||||
yamllint_config_datapath:
|
||||
description: 'Custom configuration (as YAML source)'
|
||||
required: false
|
||||
|
|
Loading…
Reference in a new issue