We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aac3847 commit 476ec38Copy full SHA for 476ec38
1 file changed
.github/workflows/bundle-compare.yml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
name: webpack-stats
30
path: head-stats
31
- run_id: 18859999262
+ run-id: 18859999262
32
33
- name: Get Run ID from BASE
34
id: base-run
@@ -43,7 +43,7 @@ jobs:
43
44
45
path: base-stats
46
- run_id: ${{ steps.base-run.outputs.run_id }}
+ run-id: ${{ steps.base-run.outputs.run_id }}
47
48
- uses: github/webpack-bundlesize-compare-action@89161bb25577f08577ce053c3264c0e3b7d7558f # v2.1.0
49
0 commit comments