File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ jobs:
1818 - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
1919 with :
2020 node-version : latest
21-
21+
2222 - name : ⏬ Download artifacts from workflow run
2323 uses : actions/download-artifact@v4
2424 with :
2525 github-token : ${{ secrets.GITHUB_TOKEN }}
2626 run-id : ${{ github.event.workflow_run.id }}
2727 path : .
28-
28+
2929 - name : 🔍 Get PR number from artifact
3030 id : pr
3131 run : |
Original file line number Diff line number Diff line change 3232
3333 - name : 🛠 Build project
3434 run : pnpm build
35-
35+
3636 - name : 💾 Save PR number
3737 run : echo "${{ github.event.pull_request.number }}" > pr-number.txt
3838
4141 with :
4242 name : head-stats
4343 path : ./packages/*/stats.json
44-
44+
4545 - name : ⏫ Upload PR number
4646 uses : actions/upload-artifact@v4
4747 with :
You can’t perform that action at this time.
0 commit comments