1
0
Fork 0
mirror of synced 2024-06-02 10:34:40 +12:00

Change checkout directory

This commit is contained in:
Rory Powell 2022-04-13 21:54:56 +01:00
parent 05cabcf533
commit fde711b1ea

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