Skip to content

ThisBuild / githubWorkflowBuildSbtStepPreamble := List("-v") breaks #229

Description

@eed3si9n

Steps

See eed3si9n/ifdef#21

ThisBuild / githubWorkflowBuildSbtStepPreamble := List("-v")

This used to work previously.

Problem

Currently it generates

run: sbt '-v; githubWorkflowCheck'

This fails CI.

[error] Expected symbol
[error] Not a valid command: -
[error] Expected end of input.
[error] Expected '--'
[error] Expected 'debug'
[error] Expected 'info'
[error] Expected 'warn'
[error] Expected 'error'
[error] Expected 'addPluginSbtFile'
[error] -v
[error]  ^

Expectation

Preamble with - is put outside of the quote.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions