Skip to content

Commit

Permalink
try to fix action yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-linch committed May 19, 2021
1 parent ead87e0 commit 94a4d8d
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,21 @@
name: GHCR Delete Image
description: 'Delete GitHub Container Registry Image by specified tag'
author: bots-house

branding:
icon: delete
color: blue
description: Delete GitHub Container Registry Image by specified tag

inputs:
owner:
description: >
Owner of the package (user or organization)
description: Owner of the package (user or organization)
required: true

name:
description: >
Name of the package containing the version to delete.
description: Name of the package containing the version to delete.
required: true

token:
description: >
Token with the necessary scopes to delete package versions.
description: Token with the necessary scopes to delete package versions.
required: true

tag:
description: >
Tag to delete
description: Tag to delete
required: true


Expand Down

0 comments on commit 94a4d8d

Please sign in to comment.