Update .github/workflows/delete_packages.yml
This commit is contained in:
parent
6825866f4d
commit
96a2741e4a
5
.github/workflows/delete_packages.yml
vendored
5
.github/workflows/delete_packages.yml
vendored
@ -25,7 +25,10 @@ jobs:
|
||||
run: |
|
||||
curl --fail -X 'DELETE' "https://git.dzeio.com/api/v1/packages/${GROUP}/${TYPE}/${PACKAGE}/${VERSION}" -H 'accept: application/json' -H "Authorization: token ${TOKEN}"
|
||||
env:
|
||||
VERSION: pr-${{ github.event.number }}
|
||||
# Gitea
|
||||
VERSION: pr-${{ github.event.number }}-head
|
||||
# Github
|
||||
# VERSION: pr-${{ github.event.number }}
|
||||
branch:
|
||||
runs-on: ubuntu-latest
|
||||
name: Delete the package on a deleted branch
|
||||
|
Loading…
x
Reference in New Issue
Block a user