From dcd29da2fa4fe452d84ed9b6060de3d45631495d Mon Sep 17 00:00:00 2001 From: Ashley <73482956+ascopes@users.noreply.github.com> Date: Mon, 5 Dec 2022 09:25:33 +0000 Subject: [PATCH] Fix typo in README.md (#419) `diractory` -> `directory` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dcf6f124b..6f670971c 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ This action allows you to work with Java and Scala projects. - `server-password`: Environment variable name for password or token for authentication to the Apache Maven repository. Default is GITHUB_TOKEN. - - `settings-path`: Maven related setting to point to the diractory where the settings.xml file will be written. Default is ~/.m2. + - `settings-path`: Maven related setting to point to the directory where the settings.xml file will be written. Default is ~/.m2. - `gpg-private-key`: GPG private key to import. Default is empty string.'