mthalman/docker-bump-action

Send metadata with dispatch

Closed this issue · 0 comments

The receiver of the webhook should be provided with metadata about the triggered event. This should include as much information as possible such as triggering repo, Dockerfile path, target image name, etc. This can implemented using the client-payload input of the repository-dispatch action. This data can be consumed via github.event.client_payload.<property-name>.