Skip to content

Commit c293b9e

Browse files
Merge pull request #88 from james-gates-0212/87-fix-nextjs-bundle-analysisyml-issue
fix: nextjs-bundle-analysis.yml issue✅
2 parents 9c6921d + e9ac011 commit c293b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nextjs-bundle-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
continue-on-error: true
7676
if: success() && github.event.number
7777
with:
78-
workflow: nextjs_bundle_analysis.yml
78+
workflow: nextjs-bundle-analysis.yml
7979
branch: ${{ github.event.pull_request.base.ref }}
8080
path: .next/analyze/base
8181

0 commit comments

Comments
 (0)