Merge pull request #6836 from SimonBrandner/fix/ci

Pass `PR_NUMBER` to builds
This commit is contained in:
Travis Ralston
2021-09-18 16:28:14 -06:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@@ -5,6 +5,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
env:
PR_NUMBER: ${{github.event.number}}
steps:
- uses: actions/checkout@v2
- name: Build

View File

@@ -5,6 +5,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
env:
PR_NUMBER: ${{github.event.number}}
steps:
- uses: actions/checkout@v2
- uses: c-hive/gha-yarn-cache@v2