From 1ec0935c2d1c0400f09bf90fcf79a2b24dbc7fec Mon Sep 17 00:00:00 2001 From: Igor Zubkov Date: Mon, 23 Dec 2024 20:04:10 +0100 Subject: [PATCH] Fix typos --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b7cfa512..628fd5ee4 100644 --- a/README.md +++ b/README.md @@ -318,7 +318,7 @@ The following inputs can be used as `step.with` keys: | `tags` | List | List of [tags](#tags-input) as key-value pair attributes | | `flavor` | List | [Flavor](#flavor-input) to apply | | `labels` | List | List of custom labels | -| `annotations` | List | List of custom anntoations | +| `annotations` | List | List of custom annotations | | `sep-tags` | String | Separator to use for tags output (default `\n`) | | `sep-labels` | String | Separator to use for labels output (default `\n`) | | `sep-annotations` | String | Separator to use for annotations output (default `\n`) | diff --git a/action.yml b/action.yml index 35472d9d6..d969e142e 100644 --- a/action.yml +++ b/action.yml @@ -59,7 +59,7 @@ outputs: bake-file-labels: description: 'Bake definition file with labels' bake-file-annotations: - description: 'Bake definiton file with annotations' + description: 'Bake definition file with annotations' bake-file: description: 'Bake definition file with tags and labels'