Properties
-
actionId
→ String?
-
The unique identifier (id) of the action.
read-only
-
actor
→ String?
-
The name of the person or app that initiated the workflow.
read-only
-
baseRef
→ String?
-
Only set for forked repositories. The branch of the base repository.
read-only
-
eventName
→ String?
-
The name of the webhook event that triggered the workflow.
read-only
-
eventPayload
→ String?
-
The complete webhook event payload (JSON formatted).
read-only
-
hashCode
→ int
-
The hash code for this object.
read-onlyinherited
-
headRef
→ String?
-
Only set for forked repositories. The branch of the head repository.
read-only
-
home
→ String?
-
The path to the GitHub home directory used to store user data.
read-only
-
ref
→ String?
-
The branch or tag ref that triggered the workflow.
read-only
-
repository
→ String?
-
The owner and repository name.
read-only
-
runId
→ int?
-
A unique number for each run within a repository.
read-only
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
sha
→ String?
-
The commit SHA that triggered the workflow.
read-only
-
workflow
→ String?
-
The name of the workflow.
read-only
-
workspace
→ Directory?
-
The GitHub workspace directory.
read-only
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited