From 845dc426e7000f72c3ef8aa514a942550452607a Mon Sep 17 00:00:00 2001 From: Stefan Zweifel <stefanzweifel@users.noreply.github.com> Date: Fri, 6 Sep 2019 07:34:41 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d34f1c..728c5ab 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This Action has been inspired and adapted from the [auto-commit](https://github. Add the following step at the end of your job. ```yaml -- uses: stefanzweifel/git-auto-commit-action@dev +- uses: stefanzweifel/git-auto-commit-action@v2.0.0 with: commit_author_email: john.doe@example.com commit_author_name: John Doe