From 3aa72b92bdafdd624e945ca1ad26382ac0fe77e1 Mon Sep 17 00:00:00 2001 From: Imran Ismail Date: Wed, 12 May 2021 14:06:41 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e2924f..c56232d 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ Every argument is optional. | Input | Description | | ------------------- | ------------------------------------------------------------------------------------------------------ | -| `github-token` | PAT (Personal Access Token) for authorizing the repository.
_Defaults to **\${{ github.token }}**_. | -| `kustomize-version` | Version Spec of the version to use. Examples: 10.x, 10.15.1, >=10.15.0.
_Defaults to **\***_. | +| `github-token` | PAT (Personal Access Token) for authorizing the repository.
_Defaults to **\${{ github.token }}**_ | +| `kustomize-version` | Semver of kustomize to use. Examples: `10.x`, `10.15.1`, `>=10.15.0`
_Defaults to **\***_ | ## Usage