Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 354 Bytes

File metadata and controls

11 lines (8 loc) · 354 Bytes

GitHub Events

require 'github-events'

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