We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d0574c commit 577a44fCopy full SHA for 577a44f
.github/workflows/size.yml
@@ -73,17 +73,16 @@ jobs:
73
runs-on: ubuntu-latest
74
needs: [build-base, build-head]
75
permissions:
76
- contents: write
77
pull-requests: write
78
- repository-projects: write
79
actions: read
80
- checks: write
81
strategy:
82
matrix:
83
package: [nuxi, nuxt-cli, create-nuxt-app]
84
steps:
85
- name: ⏬ Download stats.json
86
uses: actions/download-artifact@v4
+ with:
+ repository: ${{ github.event.pull_request.head.repo.full_name }}
87
- uses: twk3/[email protected]
88
with:
89
title: ${{ matrix.package }} size comparison
0 commit comments