File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 11name : size
22on :
33 # this action will error unless run in a pr context
4- pull_request_target :
5- branches :
6- - main
74 pull_request :
85 branches :
96 - main
2118 contents : read
2219 steps :
2320 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
24- if : github.event_name == 'pull_request'
2521 with :
2622 ref : ${{ github.event.pull_request.head.sha }}
27- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
28- if : github.event_name == 'pull_request_target'
29- with :
30- ref : ${{ github.event.pull_request.head.ref }}
31- repository : ${{ github.event.pull_request.head.repo.full_name }}
3223 - run : npm i -g --force corepack && corepack enable
3324 - uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
3425 with :
8273 needs : [build-base, build-head]
8374 permissions :
8475 pull-requests : write
76+ issues : write
8577 strategy :
8678 matrix :
8779 package : [nuxi, nuxt-cli, create-nuxt-app]
You can’t perform that action at this time.
0 commit comments