From be7d35970b22099d5b681dd0db560e0352d18f4f Mon Sep 17 00:00:00 2001 From: Venky <718613+venkytv@users.noreply.github.com> Date: Thu, 23 Sep 2021 13:20:05 +0200 Subject: [PATCH] Fix README Signed-off-by: Venky <718613+venkytv@users.noreply.github.com> --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 220b7b06..b5ea6f87 100644 --- a/README.md +++ b/README.md @@ -297,8 +297,8 @@ flavor: | ``` * `latest=`: Handle [latest tag](#latest-tag) (default `auto`) -* `prefix=,onlatest=`: A global prefix for each generated tag and optionnally for `latest` -* `suffix=,onlatest=`: A global suffix for each generated tag and optionnally for `latest` +* `prefix=,onlatest=`: A global prefix for each generated tag and optionally for `latest` +* `suffix=,onlatest=`: A global suffix for each generated tag and optionally for `latest` ## `tags` input @@ -644,7 +644,7 @@ tags: | ### JSON output object The `json` output is a JSON object composed of the generated tags and labels so that you can reuse them further in your -workflow using the [`fromJSON` function](https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#fromjson): +workflow using the [`fromJSON` function](https://docs.github.com/en/actions/learn-github-actions/expressions#fromjson): ```yaml -