doeanderson / statamic-github-workflow-dispatch
0.1.1
2025-02-17 16:54 UTC
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…