Restore original GitHub workflows from upstream

This commit is contained in:
Baretsky
2025-07-25 22:00:13 +02:00
parent 8b8e497fe7
commit 1fe6c6c7bd
2 changed files with 11 additions and 11 deletions

View File

@@ -3,7 +3,7 @@ name: Branch Delete
on:
delete:
branches:
- "*"
- '*'
jobs:
delete-branch-docker-image:
@@ -30,4 +30,4 @@ jobs:
uses: dataaxiom/ghcr-cleanup-action@v1.0.8
with:
delete-tags: ${{ env.BRANCH_NAME }}
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}