From 3185f2bd2a69d21bbaa44279ac5a0af960a0648c Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Wed, 5 Feb 2020 20:27:14 +0100 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b4368f8..f32de1f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # git-auto-commit-action -This GitHub Action automatically commits files which have been changed during a Workflow run and pushes the Commit back to GitHub. -The Committer is "GitHub Actions " and the Author of the Commit is "Your GitHub Username . +This GitHub Action automatically commits files which have been changed during a Workflow run and pushes the commit back to GitHub. +The default committer is "GitHub Actions " and the default author of the commit is "Your GitHub Username ". If no changes are detected, the Action does nothing.