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:
parent
fbd0ab8f3e
commit
b82ff81ffb
2 changed files with 40 additions and 68 deletions
|
|
@ -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`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue