mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2026-04-09 01:24:17 +00:00
Fix output mapping
This commit is contained in:
parent
d160cb59d5
commit
ea50fff3e4
8 changed files with 26 additions and 11 deletions
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue