-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Align GitHub Action name with Azure Pipelines extension
- Loading branch information
1 parent
e971e77
commit 0b2f796
Showing
2 changed files
with
3 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |