delete branch after creation
All checks were successful
Deploy Containers / Prepare (push) Successful in 4s

This commit is contained in:
2025-11-21 03:01:44 -05:00
parent 447f06dd8e
commit cd68af81c6

View File

@@ -37,3 +37,9 @@ jobs:
"head": "template-extraction-${{ github.run_number }}", "head": "template-extraction-${{ github.run_number }}",
"base": "main" "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 }}"