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

@@ -154,7 +154,8 @@ If you're getting this error and you're using `actions/checkout@v1`, try upgradi
The action provides these outputs:
- `committed`: whether the action has created a commit (`'true'` or `'false'`)
- `commit_sha`: the short 7-digit sha of the commit that has just been created
- `commit_long_sha`: the full SHA of the commit that has just been created
- `commit_sha`: the short 7-character SHA of the commit that has just been created
- `pushed`: whether the action has pushed to the remote (`'true'` or `'false'`)
- `tagged`: whether the action has created a tag (`'true'` or `'false'`)