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)
- Host: GitHub
- URL: https://github.com/reececomo/github-events
- Owner: reececomo
- Created: 2019-09-25T07:27:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-25T08:06:59.000Z (over 6 years ago)
- Last Synced: 2025-06-03T18:39:21.789Z (about 1 year ago)
- Topics: action, actions, dispatch, event, events, github, repository, repository-dispatch, ruby, rubygem
- Language: Ruby
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```