Update README.md

Co-authored-by: ccoVeille <3875889+ccoVeille@users.noreply.github.com>
This commit is contained in:
Edward 2024-08-03 22:48:10 -04:00 committed by GitHub
parent 380a7afbca
commit 52ba5a3ff1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -552,7 +552,7 @@ Default value: `false`
#### cache-prefix #### cache-prefix
Beneficial so the action has a more unique cache key. Useful when calling this action multiple times, independent of each other. Beneficial so the action has a more unique cache key. Useful when calling this action multiple times, independent of each other.
An example for usage would be closing all PRs with `x` label after 7 days in one action and closing all PRs except for `x` label after 10 days in another. An example for usage would be closing all PRs with `x` label after 7 days in one action, and closing all PRs except for `x` label after 10 days in another.
### Usage ### Usage