workflows: fix syntax error

Oops, have to quote the string because of the colon
pull/1067/head
Jordi Gutiérrez Hermoso 3 months ago committed by jordigh
parent 8cd9e40744
commit 40f7060ac5

@ -12,7 +12,7 @@ on:
workflow_dispatch: workflow_dispatch:
inputs: inputs:
latest_branch: 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 type: string
required: true required: true
default_value: latest_candidate default_value: latest_candidate

Loading…
Cancel
Save