Skip to content

Commit

Permalink
ci: Removing dry-run to ghcr-cleanup and keeping last 5 versions only (
Browse files Browse the repository at this point in the history
  • Loading branch information
lfacchinelli authored Mar 26, 2024
1 parent dbc1b50 commit c83f432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ghcr-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
with:
package-name: unfurlist
gh-auth-token: ${{ secrets.GH_PACKAGES_TOKEN }}
keep-last-number: '2'
dry-run: true
keep-last-number: '5'
dry-run: false

0 comments on commit c83f432

Please sign in to comment.