From 3c60dc19b2c0df5e0bde65d3769ba8d26b293d19 Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Tue, 4 Feb 2020 21:27:15 +0100 Subject: [PATCH] Update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cdf734e..716136e 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ Add the following step at the end of your job. # Optional commit user settings commit_user_name: My GitHub Actions Bot commit_user_email: my-github-actions-bot@example.org + commit_author: Author env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}