delete branch after creation
All checks were successful
Deploy Containers / Prepare (push) Successful in 4s
All checks were successful
Deploy Containers / Prepare (push) Successful in 4s
This commit is contained in:
@@ -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 }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user