mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-09 15:24:58 -05:00
ci: correctly pass branch names in on-release workflow
This commit is contained in:
parent
607aa6dbe1
commit
85a13fab19
1 changed files with 2 additions and 0 deletions
2
.github/workflows/on-release.yml
vendored
2
.github/workflows/on-release.yml
vendored
|
|
@ -130,4 +130,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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue