feat: add commit_long_sha output (#349)

This commit is contained in:
Federico Grandi
2022-01-20 13:18:16 +01:00
committed by GitHub
parent f016b267be
commit 0e1feea77e
5 changed files with 23 additions and 15 deletions

View File

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