fix ini of warn-only param

This commit is contained in:
tgrall
2023-06-13 09:44:03 +02:00
parent 995bb847a3
commit 9b290a185a
3 changed files with 3 additions and 3 deletions

2
dist/index.js generated vendored
View File

@@ -46559,7 +46559,7 @@ function readInlineConfig() {
const base_ref = getOptionalInput('base-ref');
const head_ref = getOptionalInput('head-ref');
const comment_summary_in_pr = getOptionalBoolean('comment-summary-in-pr');
const warn_only = getOptionalBoolean('comment-summary-in-pr');
const warn_only = getOptionalBoolean('warn-only');
validatePURL(allow_dependencies_licenses);
validateLicenses('allow-licenses', allow_licenses);
validateLicenses('deny-licenses', deny_licenses);

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@@ -39,7 +39,7 @@ function readInlineConfig(): ConfigurationOptionsPartial {
const base_ref = getOptionalInput('base-ref')
const head_ref = getOptionalInput('head-ref')
const comment_summary_in_pr = getOptionalBoolean('comment-summary-in-pr')
const warn_only = getOptionalBoolean('comment-summary-in-pr')
const warn_only = getOptionalBoolean('warn-only')
validatePURL(allow_dependencies_licenses)
validateLicenses('allow-licenses', allow_licenses)