Skip to content

Commit 051c3cd

Browse files
committed
webui fix external message demo
1 parent 66f45a6 commit 051c3cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

webui/src/web-components/demo/sketch-external-message.demo.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const demo: DemoModule = {
2828
status: "completed",
2929
conclusion: "success",
3030
head_branch: "user/sketch/slug-name",
31-
head_commit: "abc123",
31+
head_sha: "abc123deadbeef1234567890abcdef",
3232
html_url: "https://github.com/orgs/your-org/actions/runs/123456789",
3333
},
3434
},
@@ -45,7 +45,7 @@ const demo: DemoModule = {
4545
status: "completed",
4646
conclusion: "failure",
4747
head_branch: "user/sketch/slug-name",
48-
head_commit: "abc123",
48+
head_sha: "abc123deadbeef1234567890abcdef",
4949
html_url: "https://github.com/orgs/your-org/actions/runs/123456789",
5050
},
5151
},
@@ -61,7 +61,7 @@ const demo: DemoModule = {
6161
id: 123456789,
6262
status: "queued",
6363
head_branch: "user/sketch/slug-name",
64-
head_commit: "abc123",
64+
head_sha: "abc123deadbeef1234567890abcdef",
6565
html_url: "https://github.com/orgs/your-org/actions/runs/123456789",
6666
},
6767
},
@@ -77,7 +77,7 @@ const demo: DemoModule = {
7777
id: 123456789,
7878
status: "in_progress",
7979
head_branch: "user/sketch/slug-name",
80-
head_commit: "abc123",
80+
head_sha: "abc123deadbeef1234567890abcdef",
8181
html_url: "https://github.com/orgs/your-org/actions/runs/123456789",
8282
},
8383
},

0 commit comments

Comments
 (0)