From 465d46fd4515f52642ea6b31a904565b497767a9 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Fri, 21 Nov 2025 03:01:58 -0500 Subject: [PATCH] wait no that doesn't make sense --- .gitea/workflows/write-new-template.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitea/workflows/write-new-template.yml b/.gitea/workflows/write-new-template.yml index 607a62d..614162e 100644 --- a/.gitea/workflows/write-new-template.yml +++ b/.gitea/workflows/write-new-template.yml @@ -37,9 +37,3 @@ jobs: "head": "template-extraction-${{ github.run_number }}", "base": "main" }' - - - name: Delete Branch - run: | - curl -X DELETE \ - "https://git.alexav.gg/api/v1/repos/alex/homelab/branches/template-extraction-${{ github.run_number }}" \ - -H "Authorization: token ${{ secrets.TOKEN }}"