File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 - name : Upload build artifacts
5353 uses : actions/upload-artifact@v4
5454 with :
55- name : build-${{ github.sha }}
55+ name : build-${{ github.event.pull_request.head.sha || github. sha }}
5656 path : |
5757 packages/components/dist
5858 packages/kit/dist
Original file line number Diff line number Diff line change 3838 - name : Download build artifacts
3939 uses : actions/download-artifact@v4
4040 with :
41- name : build-${{ github.sha }}
41+ name : build-${{ github.event.pull_request.head.sha || github. sha }}
4242 path : .
4343
4444 - name : Install Playwright Browser
Original file line number Diff line number Diff line change 4343 - name : Download build artifacts
4444 uses : actions/download-artifact@v4
4545 with :
46- name : build-${{ github.sha }}
47- path : packages
46+ name : build-${{ github.event.pull_request.head.sha || github. sha }}
47+ path : .
4848
4949 - name : Publish to pkg.pr.new
5050 id : pkg-pr-new
6666 - name : Upload pkg.pr.new output
6767 uses : actions/upload-artifact@v4
6868 with :
69- name : pkg-pr-new-output-${{ github.sha }}
69+ name : pkg-pr-new-output-${{ github.event.pull_request.head.sha || github. sha }}
7070 path : pkg-pr-new-output.json
7171 retention-days : 1
7272 if-no-files-found : ignore
Original file line number Diff line number Diff line change 11name : ' CI: Docs Cleanup'
22
33on :
4- pull_request :
4+ pull_request_target :
55 types : [closed]
66
7+ permissions :
8+ pull-requests : write
9+
710jobs :
811 cleanup :
912 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments