diff --git a/dependency-submission/action-types.yml b/dependency-submission/action-types.yml index b0e29c37..54b43c2e 100644 --- a/dependency-submission/action-types.yml +++ b/dependency-submission/action-types.yml @@ -8,10 +8,16 @@ inputs: type: string dependency-resolution-task: - type: string + type: list + separator: ' ' + list-item: + type: string additional-arguments: - type: string + type: list + separator: ' ' + list-item: + type: string # Cache configuration cache-provider: @@ -115,7 +121,7 @@ inputs: build-scan-terms-of-use-agree: type: enum allowed-values: - - 'yes' + - yes develocity-access-key: type: string diff --git a/setup-gradle/action-types.yml b/setup-gradle/action-types.yml index 2fe75f56..e4c99831 100644 --- a/setup-gradle/action-types.yml +++ b/setup-gradle/action-types.yml @@ -69,6 +69,7 @@ inputs: - disabled - generate - generate-and-submit + - generate-submit-and-upload - generate-and-upload - download-and-submit @@ -106,7 +107,7 @@ inputs: build-scan-terms-of-use-agree: type: enum allowed-values: - - 'yes' + - yes develocity-access-key: type: string @@ -153,7 +154,10 @@ inputs: # Deprecated action inputs arguments: - type: string + type: list + separator: ' ' + list-item: + type: string # Experimental action inputs gradle-home-cache-strict-match: diff --git a/wrapper-validation/action-types.yml b/wrapper-validation/action-types.yml index 1e573863..976b5bc2 100644 --- a/wrapper-validation/action-types.yml +++ b/wrapper-validation/action-types.yml @@ -14,4 +14,7 @@ inputs: outputs: failed-wrapper: - type: string + type: list + separator: '|' + list-item: + type: string