From 69c53bd75e1ded69f9b97c1c8b362e43ed4410c4 Mon Sep 17 00:00:00 2001 From: Youfu Zhang <1315097+zhangyoufu@users.noreply.github.com> Date: Sat, 8 Feb 2020 12:28:25 +0800 Subject: [PATCH] fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04332b6..0dac149 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ Checkout [`action.yml`](https://github.com/stefanzweifel/git-auto-commit-action/ ## Troubleshooting -- If your Workflow can't push the commit to the repository because of authentication issues, please update your Workflow configuration and usage of [`ations/checkout`](https://github.com/actions/checkout#usage). (Updating the `token` value with a Personal Access Token should fix your issues) +- If your Workflow can't push the commit to the repository because of authentication issues, please update your Workflow configuration and usage of [`actions/checkout`](https://github.com/actions/checkout#usage). (Updating the `token` value with a Personal Access Token should fix your issues) ## Known Issues