diff --git a/.github/workflows/docker_latest.yml b/.github/workflows/docker_latest.yml index e105f01e..e5b7a5b8 100644 --- a/.github/workflows/docker_latest.yml +++ b/.github/workflows/docker_latest.yml @@ -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