Skip to content

Commit

Permalink
workflows: fix syntax error
Browse files Browse the repository at this point in the history
Oops, have to quote the string because of the colon
  • Loading branch information
jordigh committed Jun 26, 2024
1 parent 8cd9e40 commit 40f7060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 40f7060

Please sign in to comment.