From 8a23be4b32ffb90ffb63e74b5063134bced62d01 Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Thu, 13 Mar 2025 08:29:02 -0700 Subject: [PATCH] docs: Update README.md per #354 See #354 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e49f1f..f2c909e 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ The following is an extended example with all available options. # Optional commit user and author settings commit_user_name: My GitHub Actions Bot # defaults to "github-actions[bot]" commit_user_email: my-github-actions-bot@example.org # defaults to "41898282+github-actions[bot]@users.noreply.github.com" - commit_author: Author # defaults to "username ", where "username" belongs to the author of the commit that triggered the run + commit_author: Author # defaults to "username ", where "numeric_id" and "username" belong to the author of the commit that triggered the run # Optional. Tag name being created in the local repository and # pushed to remote repository and defined branch.