Skip to content

Commit

Permalink
🚚 Renames the github action
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Jan 12, 2021
1 parent edfdfab commit 5b7cb50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![release](https://github.com/rickstaa/action-create-tag/workflows/release/badge.svg)](https://github.com/rickstaa/action-create-tag/actions?query=workflow%3Arelease)
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/rickstaa/action-create-tag?logo=github&sort=semver)](https://github.com/rickstaa/action-create-tag/releases)

Simple GitHub action that can be used to create a tag inside a GitHub action.
Simple GitHub action that can be used to create and push a tag inside a GitHub action.

## Inputs

Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "Create tag."
description: "Creates tags on a tag push."
name: "Git tag"
description: "Adds a git tag to a given commit."
author: "Rick Staa"
inputs:
github_token:
Expand Down

0 comments on commit 5b7cb50

Please sign in to comment.