1
0
Fork 0
mirror of synced 2024-06-30 20:10:54 +12:00
This commit is contained in:
Adria Navarro 2023-08-08 11:47:10 +03:00
parent 19b3def9b8
commit 3e7da2bfd1

View file

@ -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: ${{ github.base_ref || 'origin/master'}}
jobs:
lint: