Skip to content

Commit

Permalink
Align GitHub Action name with Azure Pipelines extension
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-codeflow authored and arturcic committed Nov 23, 2020
1 parent e971e77 commit 0b2f796
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
13 changes: 2 additions & 11 deletions action.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0b2f796

Please sign in to comment.