This commit is contained in:
Henri Maurer
2023-06-09 10:44:43 +01:00
parent 50954e6a9a
commit f6f94a23a4
3 changed files with 3 additions and 3 deletions

2
dist/index.js generated vendored
View File

@@ -46379,7 +46379,7 @@ function readInlineConfig() {
const head_ref = getOptionalInput('head-ref');
const comment_summary_in_pr = getOptionalBoolean('comment-summary-in-pr');
const retry_on_snapshot_warnings = getOptionalBoolean('retry-on-snapshot-warnings');
const retry_on_snapshot_warnings_timeout = getOptionalNumber('retry-on-snapshot-warnings');
const retry_on_snapshot_warnings_timeout = getOptionalNumber('retry-on-snapshot-warnings-timeout');
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

@@ -43,7 +43,7 @@ function readInlineConfig(): ConfigurationOptionsPartial {
'retry-on-snapshot-warnings'
)
const retry_on_snapshot_warnings_timeout = getOptionalNumber(
'retry-on-snapshot-warnings'
'retry-on-snapshot-warnings-timeout'
)
validatePURL(allow_dependencies_licenses)