@@ -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