From 0b2f796e4de5d7e32c8a8e43301952817988055b Mon Sep 17 00:00:00 2001 From: Chris Davis <74455480+chris-codeflow@users.noreply.github.com> Date: Sun, 22 Nov 2020 22:46:23 +0000 Subject: [PATCH] Align GitHub Action name with Azure Pipelines extension --- README.md | 2 +- action.yml | 13 ++----------- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 0a45d8908..6d7c9e041 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ GitHub Actions that allow to install and use the [GitVersion](https://github.com [![GitHub Release](https://img.shields.io/github/v/release/gittools/actions?logo=github&sort=semver)](https://github.com/GitTools/actions/releases/latest) [![Azure Pipelines Task](https://img.shields.io/badge/marketplace-gittools.gittools-blue?logo=azure-pipelines)](https://marketplace.visualstudio.com/items?itemName=gittools.gittools) -[![Github Action](https://img.shields.io/badge/marketplace-use--actions-blue?logo=github)](https://github.com/marketplace/actions/use-actions) +[![Github Action](https://img.shields.io/badge/marketplace-use--actions-blue?logo=github)](https://github.com/marketplace/actions/gittools) ## Usage diff --git a/action.yml b/action.yml index 29c3d680d..c9961f755 100644 --- a/action.yml +++ b/action.yml @@ -1,18 +1,9 @@ -name: use-actions -description: GitHub Action for Easy Semantic Versioning with GitVersion. Includes actions to setup and run a specific version of the tool +name: GitTools +description: Build tasks for easy semantic versioning for projects using Git and release management. author: GitTools branding: color: gray-dark icon: git-pull-request -inputs: - versionSpec: - description: Required version in the form of 5.x or exact version like 5.0.0 - required: true - default: '' - includePrerelease: - description: Include pre-release versions when matching a version - required: false - default: 'false' runs: using: node12 main: dist/github/setup/index.js