mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-22 16:11:29 +00:00
9 lines
270 B
TypeScript
9 lines
270 B
TypeScript
export const customPayload: Record<string, unknown> = {
|
|
deliveryId: "custom-123",
|
|
title: "Deploy finished",
|
|
repository: {
|
|
full_name: "acme/widget",
|
|
html_url: "https://github.com/acme/widget",
|
|
},
|
|
message: "The latest build was deployed to staging.",
|
|
};
|