From 399525a994a54fef4ac0ef55192e3d2e30dc0587 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 6 Dec 2023 20:37:51 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7e3578887d..9259ec661ac 100644 --- a/README.md +++ b/README.md @@ -609,7 +609,7 @@ Support this project with a :star: > \[!IMPORTANT] > -> * When using `files_yaml*` inputs, it's important to prefix all outputs with the key to ensure that the correct context values are accessible. +> * When using `files_yaml*` inputs, it's important to prefix all outputs with the key to ensure that the correct ouput values are accessible. > > For example, if you use `test` as the key, you can access output values like `added_files`, `any_changed`, and so on by prefixing them with the key `test_added_files` or `test_any_changed` etc.