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
2 changed files with 40 additions and 68 deletions
+1 -1
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`)