Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 656 Bytes

File metadata and controls

19 lines (11 loc) · 656 Bytes

Statamic GitHub Workflow Dispatch

Github Workflow Dispatch is a Statamic addon that makes it easy to run GitHub Actions workflows via Repository Dispatch Events.

Features

This addon creates a repository dispatch event on GitHub to trigger a GitHub actions workflow.

How to Install

You can search for this addon in the Tools > Addons section of the Statamic control panel and click install, or run the following command from your project root:

composer require doeanderson/statamic-github-workflow-dispatch

How to Use

Coming soon…