We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7125ab + 1baec01 commit d7456e6Copy full SHA for d7456e6
blog/_posts/2022-07-18-secure-your-dependencies-on-github.md
@@ -53,10 +53,10 @@ jobs:
53
steps:
54
- uses: actions/checkout@v3
55
- uses: scalacenter/sbt-dependency-submission@v2
56
- with:
57
- ## Optional: Define the working directory of your build.
58
- ## It should contain the build.sbt file.
59
- working-directory: ‘./’
+ with:
+ ## Optional: Define the working directory of your build.
+ ## It should contain the build.sbt file.
+ working-directory: './'
60
```
61
62
This default definition should work in many sbt builds out-of-the-box.
0 commit comments