From 0e3e88fa6fb5d5ff3438939a55c72e5bc817f5cd Mon Sep 17 00:00:00 2001 From: Tony Date: Fri, 24 Oct 2025 20:02:42 +0800 Subject: [PATCH] style: format code --- .github/workflows/ghcr-retention.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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