Change checkout directory

This commit is contained in:
Rory Powell 2022-04-13 21:54:56 +01:00
parent 3639525413
commit bdf1fba544
1 changed files with 2 additions and 1 deletions

View File

@ -33,8 +33,9 @@ jobs:
with:
repository: budibase/budibase-pro
ref: ${{ steps.extract_branch.outputs.branch }}
path: '../budibase-pro'
path: './pro'
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
- run: mv pro ../budibase-pro
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1