Output hash of created commit

This commit is contained in:
Jon Cram
2021-09-10 11:39:35 +01:00
parent 0426839718
commit 68fd92dd9c
3 changed files with 9 additions and 2 deletions

View File

@@ -67,6 +67,8 @@ inputs:
outputs:
changes_detected:
description: Value is "true", if the repository was dirty and file changes have been detected. Value is "false", if no changes have been detected.
commit_hash:
description: Full hash of the created commit. Only present if the "changes_detected" output is "true".
runs:
using: 'node12'