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