Skip to content

Commit d7456e6

Browse files
authored
Merge pull request #1400 from counter2015/patch-1
Fix yaml syntax
2 parents a7125ab + 1baec01 commit d7456e6

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)