We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ba7fe commit d216582Copy full SHA for d216582
.github/workflows/analyze.yml
@@ -54,7 +54,7 @@ jobs:
54
uses: dawidd6/action-download-artifact@v2
55
if: success() && github.event.number
56
with:
57
- workflow: bundle_analysis_upload.yml
+ workflow: analyze.yml
58
branch: ${{ github.event.pull_request.base.ref }}
59
name: bundle_analysis.json
60
path: beta/.next/analyze/base/bundle
0 commit comments