github-actions-enhanced-dispatch
Version:
Enhanced workflow_dispatch & respository dispatch event trriggers for GitHub Actions
12 lines (6 loc) • 486 B
Markdown
# GitHub Actions Enhanced Dispatch
This repository provides utility methods to enhance the functionality of GitHub's Workflow Dispatch and Repository Dispatch API endpoints. By default, GitHub's Workflow API does not return the workflow run ID in response to a POST request that triggers a new workflow. These utilities bridge that gap by helping you identify the workflow run ID associated with your API call.
# Installation
# Examples
## Workflow Dispatch
## Repository Dispatch