From 5cee511ba525ad1e92208283322b32120a033b48 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 6 Dec 2023 20:39:16 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9259ec661ac..c269591d69e 100644 --- a/README.md +++ b/README.md @@ -609,9 +609,9 @@ 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 ouput values are accessible. +> * When using `files_yaml*` inputs, it's important to prefix all outputs with the key to ensure that the correct outputs 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. +> For example, if you use `test` as the key, you can access outputs like `added_files`, `any_changed`, and so on by prefixing them with the key `test_added_files` or `test_any_changed` etc. ## Outputs 📤