workflows: fix syntax error

Oops, have to quote the string because of the colon
This commit is contained in:
Jordi Gutiérrez Hermoso 2024-06-26 15:24:47 -04:00 committed by jordigh
parent 8cd9e40744
commit 40f7060ac5

View File

@ -12,7 +12,7 @@ on:
workflow_dispatch:
inputs:
latest_branch:
description: Branch from which to create the latest Docker image (default: latest_candidate)
description: "Branch from which to create the latest Docker image (default: latest_candidate)"
type: string
required: true
default_value: latest_candidate