Add commit_hash output description to readme

This commit is contained in:
Jon Cram 2021-09-10 11:50:18 +01:00
parent 68fd92dd9c
commit 05aea7e2d9
1 changed files with 1 additions and 0 deletions

View File

@ -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