You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.
Describe the bug
Workflow action 'create-issue' fails even though, by course description, it should succeed.
To Reproduce
Steps to reproduce the behavior:
Follow the course until the end of the 'Add Third Actions JavaScript Files' step
Add a label to the current pull request
Check your actions tab: the workflow has failed with the error message: 'github.GitHub is not a constructor'
Expected behavior
By adding a label to my pull request I expect the workflow to finish successfully.
Screenshots
Additional context
Seems like the way the octokit client is created in the sample code is no longer supported by @actions/toolkit v3, also see this pull request.
The text was updated successfully, but these errors were encountered:
Describe the bug
Workflow action 'create-issue' fails even though, by course description, it should succeed.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
By adding a label to my pull request I expect the workflow to finish successfully.
Screenshots
Additional context
Seems like the way the octokit client is created in the sample code is no longer supported by @actions/toolkit v3, also see this pull request.
The text was updated successfully, but these errors were encountered: