doeanderson / statamic-github-workflow-dispatch
Installs: 681
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
pkg:composer/doeanderson/statamic-github-workflow-dispatch
README
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…