Fix output mapping

This commit is contained in:
Paul Hatcherian 2022-12-31 07:06:35 -06:00
parent d160cb59d5
commit ea50fff3e4
8 changed files with 26 additions and 11 deletions

View file

@ -73,6 +73,13 @@ outputs:
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."
authors:
description: "List of users contributing commits to this version"
previous_commit:
description: "Hash of the previous commit"
previous_version:
description: "Indicates the previous version"
current_commit:
description: "The current commit hash"
runs:
using: "node16"
main: "dist/index.js"