From 5511a2ed9d1809141373210985f28c7ac89fdc7b Mon Sep 17 00:00:00 2001 From: danielwerg <35052399+danielwerg@users.noreply.github.com> Date: Mon, 5 Jul 2021 20:03:27 +0300 Subject: [PATCH] docs(README): add default value for default_author (#231) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5706c01..13ef695 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Add a step like this to your workflow: # - github_actor -> UserName # - user_info -> Your Display Name # - github_actions -> github-actions - # Default: + # Default: github_actor default_author: github_actor # The message for the commit