An open API service indexing awesome lists of open source software.

https://github.com/reececomo/github-events

📦 GitHub Events (RubyGem)
https://github.com/reececomo/github-events

action actions dispatch event events github repository repository-dispatch ruby rubygem

Last synced: about 1 month ago
JSON representation

📦 GitHub Events (RubyGem)

Awesome Lists containing this project

README

          

# GitHub Events


```ruby
require 'github-events'

# Trigger a "repository_dispatch" GitHub Action
GitHubEvent.trigger('owner/repository', 'my-custom-action', my_token)
```