mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
workflows: fix syntax error
Oops, have to quote the string because of the colon
This commit is contained in:
parent
8cd9e40744
commit
40f7060ac5
2
.github/workflows/docker_latest.yml
vendored
2
.github/workflows/docker_latest.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user