Fix PR_NUMBER env variable
This commit is contained in:
parent
61f8ec5e10
commit
dab1488ffe
4 changed files with 10 additions and 10 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -20,7 +20,7 @@ on:
|
|||
required: true
|
||||
env:
|
||||
# This must be set for fetchdep.sh to get the right branch
|
||||
PR_NUMBER: ${{ github.event.pull_requests.number }}
|
||||
PR_NUMBER: ${{ github.event.pull_request.number }}
|
||||
jobs:
|
||||
build:
|
||||
name: "Build"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue