From 399d5f75ec9aa4ac73bb11bb1af7d8d465a97906 Mon Sep 17 00:00:00 2001 From: "J. Smeets" Date: Mon, 20 Jan 2020 11:27:04 +0100 Subject: [PATCH] Clarify readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 28d92e1..c9939a8 100644 --- a/README.md +++ b/README.md @@ -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