Update fetchdep to also take into account forks

This commit is contained in:
Michael Telatynski 2022-04-27 22:50:28 +01:00
parent dab1488ffe
commit 0a239a30fa
5 changed files with 7 additions and 7 deletions

View file

@ -19,7 +19,8 @@ on:
SENTRY_URL:
required: true
env:
# This must be set for fetchdep.sh to get the right branch
# These must be set for fetchdep.sh to get the right branch
REPOSITORY: ${{ github.repository }}
PR_NUMBER: ${{ github.event.pull_request.number }}
jobs:
build: