feat: add outputs

re #96
This commit is contained in:
Federico Grandi
2020-12-05 16:34:50 +01:00
parent 28fa18d5af
commit fe1fb219a6
4 changed files with 9890 additions and 41 deletions

View File

@@ -39,6 +39,14 @@ inputs:
description: Arguments for the git tag command (the tag name always needs to be the first word not preceded by a hyphen)
required: false
outputs:
committed:
description: Whether the action has created a commit.
pushed:
description: Whether the action has pushed to the remote.
tagged:
description: Whether the action has created a tag.
runs:
using: node12
main: lib/index.js