From 6f8221036f31638623701427a7e021b7df3a6e1b Mon Sep 17 00:00:00 2001 From: Kerim Satirli Date: Wed, 24 Apr 2024 16:58:49 +0200 Subject: [PATCH] linting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1f19b8..fe9649b 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ This section contains a list of all inputs that may be set for this Action. - `version` - (required) The version of `nomad` to install. Defaults to `latest` if unset. > [!NOTE] -> To retrieve the `latest` version, this GitHub Action polls the HashiCorp [Releases API](https://api.releases.hashicorp.com/v1/releases/nomad) and finds the latest released version of Nomad OSS that isn't marked as a pre-release (`is_prerelease`). +> To retrieve the `latest` version, this GitHub Action polls the HashiCorp [Releases API](https://api.releases.hashicorp.com/v1/releases/nomad) and finds the latest released version of Nomad that isn't marked as a pre-release (`is_prerelease`). ## Outputs