3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2025-02-23 15:54:34 +00:00

Updated README.md (#1779)

Co-authored-by: jackton1 <jackton1@users.noreply.github.com>
This commit is contained in:
tj-actions[bot] 2023-12-06 21:22:32 -07:00 committed by GitHub
parent f732c371a4
commit 0b0b6429e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 📤