Skip to content

Commit ef51f2e

Browse files
committed
fix: updated pr number
Signed-off-by: ianwhitney <ian.r.whitney@gmail.com>
1 parent 24558ad commit ef51f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ui-and-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
if: ${{ !cancelled() && github.event_name == 'pull_request_target' }}
132132
run: |
133133
mkdir -p ./pr
134-
echo "${{ github.event.number }}" > ./pr/number
134+
echo "${{ github.pull_request.number }}" > ./pr/number
135135
echo "${{ github.event.pull_request.head.sha }}" > ./pr/sha
136136
- name: Upload Test Report
137137
if: ${{ !cancelled() }}

0 commit comments

Comments
 (0)