Skip to content

Commit

Permalink
Add 'is_tagged' to output definition
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHatch committed Jul 5, 2023
1 parent d3ce4be commit 59b55a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ outputs:
description: "The version tag"
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."
is_tagged:
description: "Indicates that the commit had a tag that matched the 'versionTag' format"
authors:
description: "List of users contributing commits to this version"
previous_commit:
Expand Down

0 comments on commit 59b55a4

Please sign in to comment.