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"