Update README.md

This commit is contained in:
Tonye Jack 2024-02-21 07:20:22 -07:00 committed by GitHub
parent 5c5539ced9
commit bb7502bd15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ Effortlessly track all changed files and directories relative to a target branch
> \[!NOTE]
>
> * This action solely identifies files that have changed within the context of events such as `pull_request*`, `push`, and more. However, it doesn't detect pending uncommitted changes created during the workflow execution.
> * This action solely identifies files that have changed for events such as [`pull_request*`, `push`, `merge_group`, `release`, and many more](#other-supported-events-electron). However, it doesn't detect pending uncommitted changes created during the workflow execution.
>
> See: https://github.com/tj-actions/verify-changed-files instead