Delete Remote Branch
This commit is contained in:
parent
ff28943460
commit
2b5c86365b
3
.github/workflows/integration-tests.yml
vendored
3
.github/workflows/integration-tests.yml
vendored
@ -21,3 +21,6 @@ jobs:
|
|||||||
commit_message: Message
|
commit_message: Message
|
||||||
checkout_options: -b
|
checkout_options: -b
|
||||||
branch: ci-test
|
branch: ci-test
|
||||||
|
|
||||||
|
- name: Delete Branch
|
||||||
|
run: git push -d origin ci-test
|
||||||
|
Loading…
Reference in New Issue
Block a user