From a1930bf7eb60408bbfd6e201d88e33cdec41a25e Mon Sep 17 00:00:00 2001 From: Noah Jelich <12912633+njelich@users.noreply.github.com> Date: Mon, 5 Feb 2024 18:16:27 +0100 Subject: [PATCH] Fix whitespace in README code block (#208) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d90774..057e536 100644 --- a/README.md +++ b/README.md @@ -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"