Skip to content

Commit 1baec01

Browse files
authored
Update 2022-07-18-secure-your-dependencies-on-github.md
fix yaml syntax
1 parent a7125ab commit 1baec01

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

blog/_posts/2022-07-18-secure-your-dependencies-on-github.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ jobs:
5353
steps:
5454
- uses: actions/checkout@v3
5555
- 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: ‘./’
56+
with:
57+
## Optional: Define the working directory of your build.
58+
## It should contain the build.sbt file.
59+
working-directory: './'
6060
```
6161
6262
This default definition should work in many sbt builds out-of-the-box.

0 commit comments

Comments
 (0)