From c6b6cb456493f8f1298ca988b4ba1eeb10bb10d5 Mon Sep 17 00:00:00 2001 From: Henrik Date: Thu, 19 Jan 2023 18:58:10 +0100 Subject: [PATCH] Update manual.yml --- .github/workflows/manual.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 37a86eb..71a6da2 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -10,9 +10,9 @@ on: inputs: name: # Friendly description to be shown in the UI instead of 'name' - description: 'Person to greet' + description: 'Version (23.1.1)' # Default value if no value is explicitly provided - default: 'World' + default: '99.1.1' # Input has to be provided for the workflow to run required: true