Skip to content

Makes a repository dispatch API call, but includes a link back to the calling workflow so that the dispatched flow knows _who_ dispatched it - this reduces the number of usable client_payload items by 1

License

Notifications You must be signed in to change notification settings

reecetech/dispatcher-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dispatcher-action

Makes a repository dispatch API call, but includes a link back to the calling workflow so that the dispatched flow knows who dispatched it - this reduces the number of usable client_payload items by 1

Inputs

INPUT TYPE REQUIRED DEFAULT DESCRIPTION
client-payload string false "{}" JSON payload for the repository_dispatch
event (key dispatched_by is upserted
by this action)
event-type string true The repository_dispatch event name (also
known as type)
repository string false "${{ github.repository }}" The full name of the
repository to send the dispatch
token string false "${{ github.token }}" Token with access to the
target repository

About

Makes a repository dispatch API call, but includes a link back to the calling workflow so that the dispatched flow knows _who_ dispatched it - this reduces the number of usable client_payload items by 1

Resources

License

Stars

Watchers

Forks

Packages

No packages published