Prefix NX_BASE_BRANCH
This commit is contained in:
parent
d5d5c21ef8
commit
987ee1b8b2
|
@ -18,7 +18,7 @@ env:
|
|||
BRANCH: ${{ github.event.pull_request.head.ref }}
|
||||
BASE_BRANCH: ${{ github.event.pull_request.base.ref}}
|
||||
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
|
||||
NX_BASE_BRANCH: ${{ github.base_ref || 'origin/master'}}
|
||||
NX_BASE_BRANCH: origin/${{ github.base_ref || 'master'}}
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
|
Loading…
Reference in New Issue