Add commit_sha output (#275)

* feat: add commit_sha output

* docs(README): add docs for commit_sha
This commit is contained in:
Federico Grandi
2021-08-24 12:10:46 +02:00
committed by GitHub
parent c5fa67606e
commit 5c82f36c45
5 changed files with 14 additions and 11 deletions

View File

@@ -59,6 +59,8 @@ inputs:
outputs:
committed:
description: Whether the action has created a commit.
commit_sha:
description: The SHA of the commit that has been created.
pushed:
description: Whether the action has pushed to the remote.
tagged: