diff --git a/README.md b/README.md index f49c1cd..b251320 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Simple as: - `file1.yaml` - `file1.yaml file2.yaml` - `kustomize/**/*.yaml mychart/*values.yaml` -- `format` - Format for parsing output [parsable,standard,colored,github,auto] (default: github) +- `format` - Format for parsing output [parsable,standard,colored,github,auto] (default: parsable) - `strict` - Return non-zero exit code on warnings as well as errors [true,false] (default: false) **Note:** If `.yamllint` configuration file exists in your root folder, yamllint will automatically use it. diff --git a/action.yml b/action.yml index 4e286da..dafe699 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,7 @@ inputs: format: description: 'Format for parsing output [parsable,standard,colored,github,auto]' required: false - default: "github" + default: "parsable" strict: description: 'Return non-zero exit code on warnings as well as errors' required: false