Delete Remote Branch

This commit is contained in:
Stefan Zweifel 2020-10-17 14:46:50 +02:00
parent ff28943460
commit 2b5c86365b

View File

@ -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