From 87b53ae475f56342bd6314b323cef6f21c1831c1 Mon Sep 17 00:00:00 2001 From: Anne-Marie <102995847+am-stead@users.noreply.github.com> Date: Thu, 30 May 2024 11:10:36 +0000 Subject: [PATCH] add line break --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 590cdd6..0cf37b4 100644 --- a/README.md +++ b/README.md @@ -238,7 +238,8 @@ Dependency review action can create [outputs](https://docs.github.com/en/actions > echo "$VULNERABLE_CHANGES" | jq > ``` > -> instead of direct `echo '${{ steps.review.outputs.vulnerable-changes }}'`. See [examples](docs/examples.md) for more. +> instead of direct `echo '${{ steps.review.outputs.vulnerable-changes }}'`. +> See [examples](docs/examples.md) for more. ## Getting help