Skip to content

Commit 4dc6110

Browse files
committed
ci(ghcr): simplify cleanup step name
1 parent 4544ba2 commit 4dc6110

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cleanup-ghcr-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
cleanup:
2828
runs-on: ubuntu-latest
2929
steps:
30-
- name: Delete old container versions but keep one
30+
- name: Delete old container versions
3131
id: cleanup_by_age
3232
uses: actions/github-script@v8
3333
env:

0 commit comments

Comments
 (0)