Skip to content

Commit 94a4d8d

Browse files
committed
try to fix action yml
1 parent ead87e0 commit 94a4d8d

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

action.yml

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,21 @@
11
name: GHCR Delete Image
2-
description: 'Delete GitHub Container Registry Image by specified tag'
3-
author: bots-house
4-
5-
branding:
6-
icon: delete
7-
color: blue
2+
description: Delete GitHub Container Registry Image by specified tag
83

94
inputs:
105
owner:
11-
description: >
12-
Owner of the package (user or organization)
6+
description: Owner of the package (user or organization)
137
required: true
148

159
name:
16-
description: >
17-
Name of the package containing the version to delete.
10+
description: Name of the package containing the version to delete.
1811
required: true
1912

2013
token:
21-
description: >
22-
Token with the necessary scopes to delete package versions.
14+
description: Token with the necessary scopes to delete package versions.
2315
required: true
2416

2517
tag:
26-
description: >
27-
Tag to delete
18+
description: Tag to delete
2819
required: true
2920

3021

0 commit comments

Comments
 (0)