From 2b5c86365b6cf92bb6ab76c48e82381e330abee1 Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Sat, 17 Oct 2020 14:46:50 +0200 Subject: [PATCH] Delete Remote Branch --- .github/workflows/integration-tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 4dddccd..8b93b90 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -21,3 +21,6 @@ jobs: commit_message: Message checkout_options: -b branch: ci-test + + - name: Delete Branch + run: git push -d origin ci-test