ci: correctly pass branch names in on-release workflow

This commit is contained in:
Markus Rudy 2023-12-19 17:50:43 +01:00 committed by Adrian Stobbe
parent 2374ed27d9
commit 33aaddbbca

@ -126,4 +126,6 @@ jobs:
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- name: Remove temporary branch
env:
WORKING_BRANCH: ${{needs.complete-release-branch-transaction.outputs.WORKING_BRANCH}}
run: git push origin --delete "${WORKING_BRANCH}"