Skip to content

Commit ea133e6

Browse files
authored
Merge pull request #85 from mkurz/README-working-directory
It's called working-directory not base-dir
2 parents 04f2579 + c470c10 commit ea133e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ steps:
7171
- uses: actions/checkout@v3
7272
- uses: scalacenter/sbt-dependency-submission@v2
7373
with:
74-
base-dir: ./my-scala-project
74+
working-directory: ./my-scala-project
7575
modules-ignore: foo_2.13 bar_3
7676
```
7777

@@ -87,7 +87,7 @@ steps:
8787
- uses: actions/checkout@v3
8888
- uses: scalacenter/sbt-dependency-submission@v2
8989
with:
90-
base-dir: ./my-scala-project
90+
working-directory: ./my-scala-project
9191
configs-ignore: scala-doc-tool
9292
```
9393

0 commit comments

Comments
 (0)