Merge pull request #32 from amal-stack/patch-1

Fix typo in README.md
This commit is contained in:
Peter Murray
2023-04-19 11:54:12 +01:00
committed by GitHub
+1 -1
View File
@@ -27,7 +27,7 @@ This action writes informations in the repository dependency graph, so if you ar
* `settings-file` - An optional path to a Maven settings.xml file that you want to use to provide additional configuration to Maven.
* `ingore-maven-wrapper` - An optional `true`/`false` flag parameter to ignore the Maven wrapper (if present) in the maven project directory and instead use the version of Maven from the `PATH`. This is set to `false` by default to use the wrapper if one is present.
* `ignore-maven-wrapper` - An optional `true`/`false` flag parameter to ignore the Maven wrapper (if present) in the maven project directory and instead use the version of Maven from the `PATH`. This is set to `false` by default to use the wrapper if one is present.
* `maven-args` - An optional string value (space separated) options to pass to the maven command line when generating the dependency snapshot. This is empty by default.