From 0b0b6429e1c5a0bc3f85230a0e1f6df2cba44600 Mon Sep 17 00:00:00 2001 From: "tj-actions[bot]" <109116665+tj-actions-bot@users.noreply.github.com> Date: Wed, 6 Dec 2023 21:22:32 -0700 Subject: [PATCH] Updated README.md (#1779) Co-authored-by: jackton1 --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 2df9f032..66cd58e1 100644 --- a/README.md +++ b/README.md @@ -603,17 +603,15 @@ Support this project with a :star: | U | Unmerged | | X | Unknown | - > \[!IMPORTANT] > > * When using `files_yaml*` inputs: > * All keys must start with a letter or `_` and contain only alphanumeric characters, `-`, or `_`. > For example, `test` or `test_key` or `tesT-key` are all valid. -> +> > * 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 outputs like `added_files`, `any_changed`, and so on by prefixing them with the key `test_added_files` or `test_any_changed` etc. -> ## Outputs 📤