Skip to content

Commit 3d15d6e

Browse files
authored
Update README.md
1 parent a8a49ce commit 3d15d6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Default value is `.`
4444

4545
A list of space-separated names of modules to ignore. The action will not resolve nor submit the dependencies of these modules.
4646
The name of a module contains the name of the project and its binary version.
47+
4748
Example: `foo_2.13 bar_2.13`
4849

4950
#### Example
@@ -56,7 +57,7 @@ steps:
5657
- uses: scalacenter/sbt-dependency-submission@v1
5758
with:
5859
base-dir: ./my-scala-project
59-
projects: foo_2.13 bar_3
60+
modules-ignore: foo_2.13 bar_3
6061
```
6162

6263
## Troubleshooting

0 commit comments

Comments
 (0)