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

Fix @actions/github bug #64

Merged
merged 2 commits into from
Feb 7, 2020
Merged

Fix @actions/github bug #64

merged 2 commits into from
Feb 7, 2020

Conversation

homoluctus
Copy link
Member

resolve #63

Bug occurs when compiling typescript with ncc.
The error message is as follows:

TS2339: Property 'repos' does not exist on type 'GitHub'.

The cause of this bug is @actions/github. See this issue actions/toolkit/issues/333 for more information.
So, use @octokit/rest instead of @actions/github.

@homoluctus homoluctus self-assigned this Feb 7, 2020
@homoluctus homoluctus merged commit 56b3815 into master Feb 7, 2020
@homoluctus homoluctus deleted the fix/bug_of_dependencies branch February 7, 2020 14:37
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.

Build Process Documentation
1 participant