1
0
Fork 0
mirror of synced 2024-06-29 11:31:06 +12:00

Update branch processing

This commit is contained in:
Rory Powell 2022-04-20 17:12:40 +01:00
parent 5ad58cf01d
commit c01d8f5cc2

View file

@ -26,6 +26,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Extract branch name
shell: bash
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF_NAME})"
id: extract_branch
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
@ -36,7 +41,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: budibase/budibase-pro
ref: "$GITHUB_REF_NAME"
ref: ${{ steps.extract_branch.outputs.branch }}
path: './pro'
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
- name: Setup pro