From 05aea7e2d9a804538da79021a1ce8ec5e418d496 Mon Sep 17 00:00:00 2001
From: Jon Cram <webignition@gmail.com>
Date: Fri, 10 Sep 2021 11:50:18 +0100
Subject: [PATCH] Add commit_hash output description to readme

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 725a7c0..b3b179b 100644
--- a/README.md
+++ b/README.md
@@ -124,6 +124,7 @@ Checkout [`action.yml`](https://github.com/stefanzweifel/git-auto-commit-action/
 You can use these outputs to trigger other Actions in your Workflow run based on the result of `git-auto-commit-action`.
 
 - `changes_detected`: Returns either "true" or "false" if the repository was dirty and files have changed.
+- `commit_hash`: Returns the full hash of the commit if one was created.
 
 ### Example