fix(action): tweak metadata for GitHub Marketplace (#4)

This commit is contained in:
2023-05-19 00:10:29 +01:00
committed by GitHub
parent 9c7745702d
commit b74b3c77fc

View File

@@ -1,6 +1,11 @@
name: "Update Tags Action"
description: "Create/update Git tags to point to a given sha or ref"
name: "update-tags-action"
description: "Easily create/update one or more tags in a GitHub repository."
author: "jimeh"
branding:
icon: "tag"
color: "blue"
inputs:
tags:
description: "List/CSV of tags to create/update."
@@ -31,6 +36,3 @@ outputs:
runs:
using: "node16"
main: "dist/index.js"
branding:
icon: "tag"
color: "blue"