toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-actions-toolkit
/
actions.github
/
Context
Context
external
class
Context
(
source
)
Members
Constructors
Context
Link copied to clipboard
constructor
(
)
Hydrate the context from the environment
Types
Issue
Link copied to clipboard
interface
Issue
Repo
Link copied to clipboard
interface
Repo
Properties
action
Link copied to clipboard
var
action
:
String
actor
Link copied to clipboard
var
actor
:
String
api
Url
Link copied to clipboard
var
apiUrl
:
String
event
Name
Link copied to clipboard
var
eventName
:
String
graphql
Url
Link copied to clipboard
var
graphqlUrl
:
String
issue
Link copied to clipboard
val
issue
:
Context.Issue
job
Link copied to clipboard
var
job
:
String
payload
Link copied to clipboard
var
payload
:
WebhookPayload
Webhook payload object that triggered the workflow
ref
Link copied to clipboard
var
ref
:
String
repo
Link copied to clipboard
val
repo
:
Context.Repo
run
Id
Link copied to clipboard
var
runId
:
Number
run
Number
Link copied to clipboard
var
runNumber
:
Number
server
Url
Link copied to clipboard
var
serverUrl
:
String
sha
Link copied to clipboard
var
sha
:
String
workflow
Link copied to clipboard
var
workflow
:
String