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 3446fa5 commit 024ffcdCopy full SHA for 024ffcd
.github/workflows/bundle-compare.yml
@@ -29,7 +29,7 @@ jobs:
29
const artifacts = await github.rest.actions.listWorkflowRunArtifacts({
30
owner: context.repo.owner,
31
repo: context.repo.repo,
32
- run_id: context.payload.workflow_run.id,
+ run_id: 18635880384 || context.payload.workflow_run.id,
33
});
34
35
const artifact = artifacts.data.artifacts.find(a => a.name === 'webpack-stats');
@@ -52,7 +52,7 @@ jobs:
52
const runs = await github.rest.actions.listWorkflowRuns({
53
54
55
- workflow_id: context.payload.workflow_run.workflow_id,
+ workflow_id: 199178247 || context.payload.workflow_run.workflow_id,
56
branch: 'main',
57
status: 'completed',
58
per_page: 1,
0 commit comments