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

Add workspace to GitHub context #556

Closed
wants to merge 1 commit into from
Closed

Conversation

AArnott
Copy link

@AArnott AArnott commented Aug 13, 2020

Fixes #555

@thboop
Copy link
Collaborator

thboop commented May 28, 2021

This value isn't really that useful in the @actions/github module. It may be better to expose it in core or io, so we don't need to import the actions/github lib just to get to this value when doing file operations. The actions/github context is really just for items that you may want to use in the octokit apis, a local file path doesn't really fit in.

Thanks for the pr, but I don't think this is the correct approach. I'm going to close this out.

@thboop thboop closed this May 28, 2021
@AArnott AArnott deleted the patch-1 branch May 29, 2021 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing github context workspace property
2 participants