purescript-github-actions-toolkit icon indicating copy to clipboard operation
purescript-github-actions-toolkit copied to clipboard

Implement bindings to the @actions/github package

Open colinwahl opened this issue 5 years ago • 1 comments

Right now this library does not expose bindings to the @actions/github package. In order to support the full actions toolkit, we will need bindings to that package.

colinwahl avatar Sep 11 '20 04:09 colinwahl

I took a look at the @actions/github package and it seems like this one will be the most complicated to implement (with the oktokit stuff). If someone is interested in trying to write bindings.

However, it looks like we could write bindings around context pretty easily, which would be a great first step to getting this done.

colinwahl avatar Sep 11 '20 04:09 colinwahl