Skip to content

Commit

Permalink
trying (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codes authored Dec 28, 2023
2 parents 6c35301 + e590ad6 commit b5e9750
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pull-request-master-closed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
name: Retention policy
runs-on: ubuntu-latest
steps:
- uses: actions/delete-package-versions@v4
- uses: smartsquaregmbh/delete-[email protected]
with:
package-version-ids: PR${{ github.event.pull_request.number }}
package-name: ${{ github.repository }}-*
package-type: container
ignore-versions: '^(dev)|([0-9])'
token: ${{ secrets.PACKAGE_PRUNER_TOKEN }}
user: andrew-codes
type: container
version-pattern: '^PR${{ github.event.pull_request.number }}$' # The regex needs to be escaped!
names: |
"*"

0 comments on commit b5e9750

Please sign in to comment.