From 926a3fd7779d0f54baac89dbb55d6302825ae6f9 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 7 Sep 2023 08:27:55 -0600 Subject: [PATCH] chore: add warning on valid output keys (#1544) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a353685c87b..306a110db6c 100644 --- a/README.md +++ b/README.md @@ -303,6 +303,9 @@ Support this project with a :star: > **Warning** > > * When using `files_yaml*` inputs ensure all outputs are prefixed by the key `test_{...}` e.g. `test_added_files`, `test_any_changed` +> * All keys must start with a letter or _ and contain only alphanumeric characters, -, or _. + + ## Outputs 📤