13
0
Fork 0
mirror of https://github.com/dorny/paths-filter.git synced 2026-06-29 04:30:43 +00:00

fix warning message (#282)

* fix warning message

* fix: rebuild dist

---------

Co-authored-by: Sascha Bratton <sascha@queen.one>
This commit is contained in:
Carly Gundy 2026-03-25 17:19:27 +01:00 committed by GitHub
parent fbd0ab8f3e
commit b82ff81ffb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 40 additions and 68 deletions

View file

@ -92,7 +92,7 @@ async function getChangedFiles(token: string, base: string, ref: string, initial
case 'pull_request_review_comment':
case 'pull_request_target': {
if (ref) {
core.warning(`'ref' input parameter is ignored when 'base' is set to HEAD`)
core.warning(`'ref' input parameter is ignored when action is triggered by pull request event`)
}
if (base) {
core.warning(`'base' input parameter is ignored when action is triggered by pull request event`)