diff --git a/.github/workflows/ghcr-retention.yml b/.github/workflows/ghcr-retention.yml index 4d0e49d78..9eea0f898 100644 --- a/.github/workflows/ghcr-retention.yml +++ b/.github/workflows/ghcr-retention.yml @@ -24,7 +24,7 @@ jobs: with: account: user token: ${{ secrets.PAT }} - image-names: "*" + image-names: '*' cut-off: 30d keep-n-most-recent: 5 dry-run: false \ No newline at end of file