Fix version examples (#48)

The incorrect versions threw me off and resulted in a strange error:

```
(s || "").replace is not a function
```
This commit is contained in:
Nick 2020-09-15 13:27:25 +12:00 committed by GitHub
parent ae603c4b3a
commit b976864f20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -146,8 +146,8 @@ The action supports the following inputs:
- `terraform_version` - (optional) The version of Terraform CLI to install. Instead of a full version string,
you can also specify a constraint string (see [Semver Ranges](https://www.npmjs.com/package/semver#ranges)
for available range specifications). Examples are: `<1.13.0`, `~1.12`, `1.12.x` (all three installing
the latest available 1.12 version). The special value of `latest` installs the latest version of
for available range specifications). Examples are: `<0.13.0`, `~0.12`, `0.12.x` (all three installing
the latest available 0.12 version). The special value of `latest` installs the latest version of
Terraform CLI. Defaults to `latest`.
- `terraform_wrapper` - (optional) Whether to install a wrapper to wrap subsequent calls of