Use

sbtghactions.WorkflowStep.Use
final case class Use(ref: UseRef, params: Map[String, String], id: Option[String], name: Option[String], cond: Option[String], env: Map[String, String], timeout: Option[FiniteDuration]) extends WorkflowStep

Attributes

Graph
Supertypes
trait WorkflowStep
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product