Skip to content

Commit

Permalink
Clarify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
juulSme committed Jan 20, 2020
1 parent a8b0ea8 commit 399d5f7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Walking Git tag

This action updates or creates a walking Git tag.
This action updates or creates a walking Git tag. This means that the action, when triggered again,
updates the previous Git tag to the commit of the current build.

## Usage

```
- name: Set Git tag
uses: weareyipyip/walking-tag-action
uses: weareyipyip/walking-tag-action@v1
with:
TAG_NAME: current-production
TAG_MESSAGE: The current production release is based on this commit
Expand Down

0 comments on commit 399d5f7

Please sign in to comment.