From 01b982028a369c3063423267e3600b984155fe8a Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Sat, 14 Jan 2023 09:22:29 -0500 Subject: [PATCH] Fix a typo in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4683b0a..8e2416b 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ The following inputs can be used to control the action's behavior: * `log-public-key`: Set this to `false` if you want to suppress logging of _public_ key information. To simplify debugging and since it contains public key information only, this is turned on by default. * `ssh-agent-cmd`: Optional. Use this to specify a custom location for the `ssh-agent` binary. * `ssh-add-cmd`: Optional. Use this to specify a custom location for the `ssh-add` binary. -* `git-cmd`: Optional. Use this to specify a custom location for the `ssh-agent` binary. +* `git-cmd`: Optional. Use this to specify a custom location for the `git` binary. ## Exported variables