Change checkout directory
This commit is contained in:
parent
3639525413
commit
bdf1fba544
|
@ -33,8 +33,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
repository: budibase/budibase-pro
|
repository: budibase/budibase-pro
|
||||||
ref: ${{ steps.extract_branch.outputs.branch }}
|
ref: ${{ steps.extract_branch.outputs.branch }}
|
||||||
path: '../budibase-pro'
|
path: './pro'
|
||||||
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
|
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
|
||||||
|
- run: mv pro ../budibase-pro
|
||||||
|
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
|
|
Loading…
Reference in New Issue