Skip to content

L11 Support: Use extend again rather than afterResolving (#299) #93

L11 Support: Use extend again rather than afterResolving (#299)

L11 Support: Use extend again rather than afterResolving (#299) #93

Workflow file for this run

name: Subsplit
on:
push:
branches:
- '*' # include all first-level branches (any without '/' in the name)
tags:
- 'v*'
jobs:
subsplit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.SUBSPLIT_KEY }}
- name: Clone subsplit
run: git clone https://github.com/dflydev/git-subsplit.git ~/subsplit
- name: Install subsplit
run: sudo cp ~/subsplit/git-subsplit.sh "$(git --exec-path)"/git-subsplit
- uses: nelonoel/branch-name@v1.0.1
- name: Subsplit
run: bash build/tenancy-split.sh ${BRANCH_NAME}