From 6e0fa26ac35aa362fce85f66bc452a3ec6d4c421 Mon Sep 17 00:00:00 2001 From: Bob Aman Date: Thu, 21 Mar 2024 16:37:36 -0700 Subject: [PATCH] Typo fixes Fixed a couple spelling errors. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d84620a91..c8a23bdec 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ The Dependency Review GitHub Action check will only block a pull request from be > 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). > [!IMPORTANT] -> If you use these outputs in a run-step, you must store the ouput data in an envrioment variable instead of using the output directly. Using an output directly might break shell scripts. For example: +> 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 > env: