From 0e8eddfd8c525e4d8522d7de71af8ad5e4290b90 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 16 Aug 2023 19:09:51 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f04349e6..bd4ad679 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ jobs: # Optionally set `files_yaml_from_source_file` to read the YAML from a file. e.g `files_yaml_from_source_file: .github/changed-files.yml` - name: Run step if test file(s) change - # NOTE: The key has to start with the same key used above e.g. `test_(...)` | `doc_(...)` | `src_(...)` when trying to access the `any_changed` output. + # NOTE: Ensure all outputs are prefixed by the same key used above e.g. `test_(...)` | `doc_(...)` | `src_(...)` when trying to access the `any_changed` output. if: steps.changed-files-yaml.outputs.test_any_changed == 'true' run: | echo "One or more test file(s) has changed."