Fix workflow descriptions on update-branch-version.yml

This commit is contained in:
Filipe PINTO 2025-07-30 17:08:30 +02:00 committed by GitHub
parent 2a6a9af188
commit de21eda655
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ on:
workflow_dispatch:
inputs:
new_version:
description: 'Version (x.y.z-SNASPHOT)'
description: 'Version (x.y.z-SNAPSHOT)'
required: true
type: string
workflow_call:
@ -20,7 +20,7 @@ on:
required: true
inputs:
new_version:
description: "Version (x.y.z-SNASPHOT)"
description: "Version (x.y.z-SNAPSHOT)"
required: true
type: string
branch: