Skip to content

Commit

Permalink
Added descriptions to outputs in action.yml now that they are required
Browse files Browse the repository at this point in the history
  • Loading branch information
robpc committed Aug 4, 2020
1 parent 866cc0f commit c79d26a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,27 @@ name: 'Git Version'
description: 'Output a deterministic semantic version'
outputs:
git_author:
description: 'The author of the last commit'
git_author_email:
description: 'The author email of the last commit'
git_branch:
description: 'The branch of the last commit'
git_branch_clean:
description: 'The a semver sanitized version of the branch name'
git_commit:
description: 'The commit hash of the last commit'
git_commit_short:
description: 'The commit short hash of the last commit'
git_commit_timestamp:
description: 'The timestamp of the last commit'
git_commit_epoch:
description: 'The timestamp in epoch time of the last commit'
git_commit_message:
git_ag:
description: 'The message of the last commit'
git_tag:
description: 'The git tag of the last commit'
git_tag_long:
description: 'The long git tag of the last commit'
git_version:
description: 'The version based on the git metadata'
runs:
Expand Down

0 comments on commit c79d26a

Please sign in to comment.