mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
ci: correctly pass branch names in on-release workflow
This commit is contained in:
parent
607aa6dbe1
commit
85a13fab19
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…
Reference in New Issue
Block a user