mvasigh / dispatch-action

Github Action for triggering other workflows via message passing
MIT License
57 stars 9 forks source link

@actions/github is deprecated, use @actions/github-script instead #7

Closed mvasigh closed 4 years ago

mvasigh commented 4 years ago

Per the @actions/github repo, this action is deprecated and should be replaced with @actions/github-script instead. This action is used to obtain an Octokit client for repository dispatch messaging.

mvasigh commented 4 years ago

Disregard... deprecated repo is mis-marked