From c601a5a741792672faae3cf88b8a10b0c43afdd0 Mon Sep 17 00:00:00 2001 From: Anne-Marie <102995847+am-stead@users.noreply.github.com> Date: Thu, 30 May 2024 11:02:59 +0000 Subject: [PATCH] combining Output notes --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f0a177d..590cdd6 100644 --- a/README.md +++ b/README.md @@ -227,9 +227,8 @@ Dependency review action can create [outputs](https://docs.github.com/en/actions - `denied-changes` holds information about denied dependency changes in a JSON format. > [!NOTE] -> Action outputs are unicode strings [with a 1MB size limit](https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#outputs-for-docker-container-and-javascript-actions). - -> [!NOTE] +> Action outputs are unicode strings [with a 1MB size limit](https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#outputs-for-docker-container-and-javascript-actions). +> > If you use these outputs in a run-step, you must store the output data in an environment variable instead of using the output directly. Using an output directly might break shell scripts. For example: > > ```yaml