Skip to content

Commit d3018e8

Browse files
committed
Revert "try to fix action yml"
This reverts commit 94a4d8d.
1 parent 94a4d8d commit d3018e8

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

action.yml

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

49
inputs:
510
owner:
6-
description: Owner of the package (user or organization)
11+
description: >
12+
Owner of the package (user or organization)
713
required: true
814

915
name:
10-
description: Name of the package containing the version to delete.
16+
description: >
17+
Name of the package containing the version to delete.
1118
required: true
1219

1320
token:
14-
description: Token with the necessary scopes to delete package versions.
21+
description: >
22+
Token with the necessary scopes to delete package versions.
1523
required: true
1624

1725
tag:
18-
description: Tag to delete
26+
description: >
27+
Tag to delete
1928
required: true
2029

2130

0 commit comments

Comments
 (0)