-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
Description
Describe the bug
The github context's workspace property is not exposed from context.ts:
toolkit/packages/github/src/context.ts
Lines 10 to 20 in 1cc56db
| payload: WebhookPayload | |
| eventName: string | |
| sha: string | |
| ref: string | |
| workflow: string | |
| action: string | |
| actor: string | |
| job: string | |
| runNumber: number | |
| runId: number |
Expected behavior
Per the docs I expect to be able to access the workspace property on a github context.
tonyhallett, solarmosaic-kflorence, narthur, apoulet-olo and Bornholm