From dff96356110a677ebcb278f19c08d656d85d0e73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Heleno?= Date: Thu, 20 Jul 2023 08:13:52 +0200 Subject: [PATCH] ci: fix typo on description --- .github/workflows/chart-update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chart-update.yaml b/.github/workflows/chart-update.yaml index 86e85940..2096c6e2 100644 --- a/.github/workflows/chart-update.yaml +++ b/.github/workflows/chart-update.yaml @@ -8,7 +8,7 @@ on: workflow_dispatch: inputs: update-strategy: - description: "update strategy to use. Valid values are 'patch', 'minor' or 'major'" + description: "Update strategy to use. Valid values are 'patch', 'minor' or 'major'" type: choice options: - "patch"