Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing github context workspace property #555

Open
AArnott opened this issue Aug 13, 2020 · 0 comments
Open

Missing github context workspace property #555

AArnott opened this issue Aug 13, 2020 · 0 comments
Labels
bug Something isn't working github

Comments

@AArnott
Copy link

AArnott commented Aug 13, 2020

Describe the bug

The github context's workspace property is not exposed from context.ts:

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.

@AArnott AArnott added the bug Something isn't working label Aug 13, 2020
AArnott added a commit to AArnott/toolkit that referenced this issue Aug 13, 2020
@thboop thboop added the github label Apr 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working github
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants