Env class

Properties

actionId String?
The unique identifier (id) of the action.
no setter
actor String?
The name of the person or app that initiated the workflow.
no setter
baseRef String?
Only set for forked repositories. The branch of the base repository.
no setter
eventName String?
The name of the webhook event that triggered the workflow.
no setter
eventPayload String?
The complete webhook event payload (JSON formatted).
no setter
hashCode int
The hash code for this object.
no setterinherited
headRef String?
Only set for forked repositories. The branch of the head repository.
no setter
home String?
The path to the GitHub home directory used to store user data.
no setter
ref String?
The branch or tag ref that triggered the workflow.
no setter
repository String?
The owner and repository name.
no setter
runId int?
A unique number for each run within a repository.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sha String?
The commit SHA that triggered the workflow.
no setter
workflow String?
The name of the workflow.
no setter
workspace Directory?
The GitHub workspace directory.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited