Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce sbtStepPreamble to GHA plugin #64

Merged
merged 11 commits into from
Jan 16, 2022
Prev Previous commit
Next Next commit
Fix setting docs
  • Loading branch information
armanbilge committed Jan 9, 2022
commit 9de860c9bae774d5bb18ded67fa30ffb856d7b38
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ trait GenerativeKeys {
"A list of steps to insert after comping and testing but before the end of the build job (default: [])")
lazy val githubWorkflowBuildSbtStepPreamble =
settingKey[Seq[String]](
s"Commands automatically prepended to an SbtStep (default: ['++$${{ matrix.scala }}'])")
s"Commands automatically prepended to a WorkflowStep.Sbt (default: ['++$${{ matrix.scala }}'])")
lazy val githubWorkflowBuild = settingKey[Seq[WorkflowStep]](
"A sequence of workflow steps which compile and test the project (default: [Sbt(List(\"test\"))])")

Expand Down