Add 'is_tagged' to output definition

This commit is contained in:
Paul Hatcherian 2023-07-05 20:43:06 +02:00
parent d3ce4be042
commit 59b55a49a0

View file

@ -75,6 +75,8 @@ outputs:
description: "The version tag" description: "The version tag"
changed: changed:
description: "Indicates whether there was a change since the last version if change_path was specified. If no change_path was specified this value will always be true since the entire repo is considered." description: "Indicates whether there was a change since the last version if change_path was specified. If no change_path was specified this value will always be true since the entire repo is considered."
is_tagged:
description: "Indicates that the commit had a tag that matched the 'versionTag' format"
authors: authors:
description: "List of users contributing commits to this version" description: "List of users contributing commits to this version"
previous_commit: previous_commit: