Skip to content

Commit

Permalink
clarify github actions params
Browse files Browse the repository at this point in the history
  • Loading branch information
tboeghk committed Feb 28, 2024
1 parent f43aba8 commit 003aef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
workflow_dispatch:
inputs:
solr_version:
description: 'The full release version'
description: 'The upstream Solr release version'
required: true
default: '9.5.0'
type: string
patch_version:
description: 'The full release version'
description: 'The internal patch version suffix version'
required: true
default: 1
type: number
Expand Down

0 comments on commit 003aef3

Please sign in to comment.