Skip to content

Commit a1930bf

Browse files
authored
Fix whitespace in README code block (#208)
1 parent 7b14003 commit a1930bf

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
@@ -29,8 +29,8 @@ This action heavily relies on the [devcontainers/cli](https://github.com/devcont
2929

3030
```yaml
3131
- name: "Publish Features"
32-
uses: devcontainers/action@v1
33-
with:
32+
uses: devcontainers/action@v1
33+
with:
3434
publish-features: "true"
3535
base-path-to-features: "./src"
3636
devcontainer-cli-version: "0.53.0"

0 commit comments

Comments
 (0)