We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc7889d commit fb8ea17Copy full SHA for fb8ea17
.github/workflows/deploy-preview.yml
@@ -113,7 +113,7 @@ jobs:
113
const artifacts = await github.rest.actions.listWorkflowRunArtifacts({
114
owner: "microsoft",
115
repo: "TypeScript-Website",
116
- run_id: 9164276500,
+ run_id: workflowRun.id,
117
});
118
console.dir(artifacts, { depth: null });
119
if (!artifacts.data.artifacts.some(x => x.name === "site")) {
0 commit comments