Fix PR_NUMBER env variable
This commit is contained in:
6
.github/workflows/build_develop.yaml
vendored
6
.github/workflows/build_develop.yaml
vendored
@@ -6,14 +6,14 @@ on:
|
||||
branches: [ develop ]
|
||||
repository_dispatch:
|
||||
types: [ element-web-notify ]
|
||||
env:
|
||||
# This must be set for fetchdep.sh to get the right branch
|
||||
PR_NUMBER: ${{ github.event.pull_request.number }}
|
||||
jobs:
|
||||
build:
|
||||
name: "Build"
|
||||
environment: develop
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
# This must be set for fetchdep.sh to get the right branch
|
||||
PR_NUMBER: ${{github.event.number}}
|
||||
steps:
|
||||
- uses: ./.github/workflows/build
|
||||
secrets:
|
||||
|
||||
Reference in New Issue
Block a user