From 35da2a2e0191eb945214321cc664869c14bb417d Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 14 Dec 2023 14:57:20 -0700 Subject: [PATCH] Update README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ff840b5abe1..d32e01a8fb8 100644 --- a/README.md +++ b/README.md @@ -297,6 +297,12 @@ Support this project with a :star: [buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png +> \[!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. + ## Inputs ⚙️ @@ -606,10 +612,7 @@ Support this project with a :star: > \[!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. +> * it's required 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.