mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 20:13:30 +01:00
ci: fix accessing the base branch bundle
This commit is contained in:
2
.github/workflows/nextjs-bundle-analysis.yml
vendored
2
.github/workflows/nextjs-bundle-analysis.yml
vendored
@@ -69,7 +69,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Compare with base branch bundle
|
- name: Compare with base branch bundle
|
||||||
if: success() && github.event.number
|
if: success() && github.event.number
|
||||||
run: ls -laR apps/website/.next/analyze/base && npx -yes -p github:hashicorp/nextjs-bundle-analysis compare
|
run: ls -laR .next/analyze/base && npx -yes -p github:hashicorp/nextjs-bundle-analysis compare
|
||||||
|
|
||||||
- name: Get comment body
|
- name: Get comment body
|
||||||
id: get-comment-body
|
id: get-comment-body
|
||||||
|
|||||||
Reference in New Issue
Block a user