File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed
Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 2828 steps :
2929 - uses : actions/checkout@v4
3030 with :
31- ref : ${{ env.BRANCH_NAME }}
31+ ref : ${{ env.BRANCH_NAME || 'main' }}
3232 - uses : ./.github/actions/make/
3333 with :
3434 command : build
4141 steps :
4242 - uses : actions/checkout@v4
4343 with :
44- ref : ${{ env.BRANCH_NAME }}
44+ ref : ${{ env.BRANCH_NAME || 'main' }}
4545 fetch-depth : 0
4646 - name : Remove PR workspaces
4747 uses : ./.github/actions/make/
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2024-11-18
4+ - [ PI-601] Workspace destroy, use main branch if branch no longer exists
5+
36## 2024-11-13
47- [ PI-617] Stream bulk LDIF into blocks of party key
58- [ PI-527] Swagger fix
Original file line number Diff line number Diff line change 1- 2024.11.13
1+ 2024.11.18
Original file line number Diff line number Diff line change 1+ - [ PI-601] Workspace destroy, use main branch if branch no longer exists
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " connecting-party-manager"
3- version = " 2024.11.13 "
3+ version = " 2024.11.18 "
44description = " Repository for the Connecting Party Manager API and related services"
55authors = [" NHS England" ]
66license = " LICENSE.md"
You can’t perform that action at this time.
0 commit comments