mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-21 00:05:35 +02:00
Added sabnzbd support
This commit is contained in:
4
.github/workflows/delete.yml
vendored
4
.github/workflows/delete.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user