From 16a8a79ee72612bf251bbde3f77114148f88cb2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Robles=20Mart=C3=ADn?= Date: Fri, 19 Apr 2024 13:12:03 +0200 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Thiago Perrotta Signed-off-by: Francisco Robles Martín --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a0b7ba7..60c27ad 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ A GitHub Action for installing the [helm/chart-testing](https://github.com/helm/ For more information on inputs, see the [API Documentation](https://developer.github.com/v3/repos/releases/#input) - `version`: The chart-testing version to install (default: `3.10.1`) -- `yamllint_version`: The chart-testing version to install (default: `1.27.1`) -- `yamale_version`: The chart-testing version to install (default: `3.0.4`) +- `yamllint_version`: The `yamllint` version to install (default: `1.27.1`) +- `yamale_version`: The `yamale` version to install (default: `3.0.4`) ### Example Workflow