Skip to content

Commit

Permalink
Fix whitespace in README code block (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
njelich authored Feb 5, 2024
1 parent 7b14003 commit a1930bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ This action heavily relies on the [devcontainers/cli](https://github.com/devcont

```yaml
- name: "Publish Features"
uses: devcontainers/action@v1
with:
uses: devcontainers/action@v1
with:
publish-features: "true"
base-path-to-features: "./src"
devcontainer-cli-version: "0.53.0"
Expand Down

0 comments on commit a1930bf

Please sign in to comment.