Skip to content

Commit 79e3205

Browse files
committed
style: workflow name and input description
1 parent 40ba045 commit 79e3205

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dc_registry_delete_bulk.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: 'DC: Bulk Delete Registry Images'
1+
name: 'DC: Delete Registry Images (Bulk)'
22

33
on:
44
workflow_dispatch:
55
inputs:
66
delete_since_days:
77
required: false
88
type: string
9-
description: "Delete images older than the specified number of days and exit gracefully"
9+
description: "Delete older than (days)"
1010
default: ''
1111

1212
env:

0 commit comments

Comments
 (0)