From 61f8ec5e10c49896b6865d0d8679cc9a0a1da0cc Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 27 Apr 2022 22:41:12 +0100 Subject: [PATCH] Test --- .github/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1d61b1eb59..0af828ea68 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -18,13 +18,13 @@ on: required: true SENTRY_URL: required: true +env: + # This must be set for fetchdep.sh to get the right branch + PR_NUMBER: ${{ github.event.pull_requests.number }} jobs: build: name: "Build" runs-on: ubuntu-latest - env: - # This must be set for fetchdep.sh to get the right branch - PR_NUMBER: ${{github.event.number}} steps: - uses: actions/checkout@v2