Skip to content

Commit fb8ea17

Browse files
authored
Fix preview deploy on label, broken due to bad copy paste
1 parent bc7889d commit fb8ea17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
const artifacts = await github.rest.actions.listWorkflowRunArtifacts({
114114
owner: "microsoft",
115115
repo: "TypeScript-Website",
116-
run_id: 9164276500,
116+
run_id: workflowRun.id,
117117
});
118118
console.dir(artifacts, { depth: null });
119119
if (!artifacts.data.artifacts.some(x => x.name === "site")) {

0 commit comments

Comments
 (0)