Skip to content

Commit b3896af

Browse files
committed
Bulit: Support receiving and sending status on builds now
1 parent 1e72371 commit b3896af

4 files changed

Lines changed: 4 additions & 2 deletions

File tree

dist/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34871,6 +34871,7 @@ async function run() {
3487134871
const payload = {
3487234872
product_name: productName,
3487334873
version: inputs.version,
34874+
status: inputs.status,
3487434875
scm_repository: githubMetadata.scm_repository,
3487534876
scm_sha: githubMetadata.scm_sha,
3487634877
scm_branch: githubMetadata.scm_branch,

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/types.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export interface DeploymentEventPayload {
2121
export interface VersionEventPayload {
2222
product_name: string;
2323
version: string;
24+
status?: string;
2425
scm_repository?: string;
2526
scm_sha?: string;
2627
scm_branch?: string;

dist/types.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)