There was an error while loading. Please reload this page.
1 parent d71c48f commit 2b5c2f3Copy full SHA for 2b5c2f3
1 file changed
.github/workflows/pr-ci-build.yml
@@ -46,7 +46,7 @@ jobs:
46
run: pnpm -F docs build
47
48
- name: Save PR number
49
- run: echo "${{ github.event.number }}" > pr_number.txt
+ run: echo "${{ github.event.pull_request.number }}" > pr_number.txt
50
51
- name: Upload build artifacts
52
uses: actions/upload-artifact@v4
0 commit comments