Skip to content

Commit f89a5a4

Browse files
authored
fix: workflow name (#312)
1 parent 9a6fbd5 commit f89a5a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/next-js-bundle-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
uses: dawidd6/action-download-artifact@v2
6464
if: success() && github.event.number
6565
with:
66-
workflow: nextjs-bundle-analysis.yml
66+
workflow: next-js-bundle-analysis.yml
6767
branch: ${{ github.event.pull_request.base.ref }}
6868
path: ${{ env.working-directory }}/.next/analyze/base
6969

0 commit comments

Comments
 (0)