This commit is contained in:
Adria Navarro 2023-08-08 11:45:59 +03:00
parent a882e3341f
commit 19b3def9b8
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ env:
BRANCH: ${{ github.event.pull_request.head.ref }} BRANCH: ${{ github.event.pull_request.head.ref }}
BASE_BRANCH: ${{ github.event.pull_request.base.ref}} BASE_BRANCH: ${{ github.event.pull_request.base.ref}}
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
NX_BASE_BRANCH: ${{ github.base_ref || "origin/master"}} NX_BASE_BRANCH: ${{ github.base_ref || origin/master}}
jobs: jobs:
lint: lint: