This plugin extends SBT standard output with service messages that GitHub Actions build server uses to present build results.
Add the following to your project/plugins.sbt file:
addSbtPlugin("com.github.sideeffffect" % "sbt-github-actions-logger" % "0.1.1")or register plugin as a global plugin for your SBT according to SBT documentation
Plugin is compatible with SBT version 0.13.x.
To be sure that plugin was installed correctly you can use sbt-github-actions-logger. Plugin status will be displayed.