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.
Steps
See eed3si9n/ifdef#21
This used to work previously.
Problem
Currently it generates
This fails CI.
Expectation
Preamble with
-is put outside of the quote.