mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-22 20:01:57 +00:00
Fix workflow file name (#4192)
This commit is contained in:
2
.github/workflows/analyze.yml
vendored
2
.github/workflows/analyze.yml
vendored
@@ -54,7 +54,7 @@ jobs:
|
||||
uses: dawidd6/action-download-artifact@v2
|
||||
if: success() && github.event.number
|
||||
with:
|
||||
workflow: bundle_analysis_upload.yml
|
||||
workflow: analyze.yml
|
||||
branch: ${{ github.event.pull_request.base.ref }}
|
||||
name: bundle_analysis.json
|
||||
path: beta/.next/analyze/base/bundle
|
||||
|
||||
Reference in New Issue
Block a user