diff --git a/typings/Azure/webapps-deploy/v2/action-types.yml b/typings/Azure/webapps-deploy/v2/action-types.yml index cd7e776..a39a23c 100644 --- a/typings/Azure/webapps-deploy/v2/action-types.yml +++ b/typings/Azure/webapps-deploy/v2/action-types.yml @@ -17,7 +17,6 @@ inputs: type: string startup-command: type: string -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: webapp-url: type: string diff --git a/typings/Azure/webapps-deploy/v3/action-types.yml b/typings/Azure/webapps-deploy/v3/action-types.yml index cd7e776..a39a23c 100644 --- a/typings/Azure/webapps-deploy/v3/action-types.yml +++ b/typings/Azure/webapps-deploy/v3/action-types.yml @@ -17,7 +17,6 @@ inputs: type: string startup-command: type: string -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: webapp-url: type: string diff --git a/typings/EndBug/add-and-commit/v8/action-types.yml b/typings/EndBug/add-and-commit/v8/action-types.yml index feede0f..108bcba 100644 --- a/typings/EndBug/add-and-commit/v8/action-types.yml +++ b/typings/EndBug/add-and-commit/v8/action-types.yml @@ -40,15 +40,14 @@ inputs: type: string github_token: type: string -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: committed: - type: string + type: boolean commit_long_sha: type: string commit_sha: type: string pushed: - type: string + type: boolean tagged: - type: string + type: boolean diff --git a/typings/EndBug/add-and-commit/v9/action-types.yml b/typings/EndBug/add-and-commit/v9/action-types.yml index 51a4499..adb4a2d 100644 --- a/typings/EndBug/add-and-commit/v9/action-types.yml +++ b/typings/EndBug/add-and-commit/v9/action-types.yml @@ -44,17 +44,16 @@ inputs: type: string github_token: type: string -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: committed: - type: string + type: boolean commit_long_sha: type: string commit_sha: type: string pushed: - type: string + type: boolean tagged: - type: string + type: boolean tag_pushed: - type: string + type: boolean diff --git a/typings/JamesIves/github-pages-deploy-action/v4/action-types.yml b/typings/JamesIves/github-pages-deploy-action/v4/action-types.yml index 0d6d4e4..1364013 100644 --- a/typings/JamesIves/github-pages-deploy-action/v4/action-types.yml +++ b/typings/JamesIves/github-pages-deploy-action/v4/action-types.yml @@ -35,7 +35,10 @@ inputs: type: boolean silent: type: boolean -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: deployment-status: - type: string + type: enum + allowed-values: + - success + - failed + - skipped diff --git a/typings/JasonEtco/create-an-issue/v2/action-types.yml b/typings/JasonEtco/create-an-issue/v2/action-types.yml index 8027f8b..10aa678 100644 --- a/typings/JasonEtco/create-an-issue/v2/action-types.yml +++ b/typings/JasonEtco/create-an-issue/v2/action-types.yml @@ -16,9 +16,8 @@ inputs: separator: ',' list-item: type: string -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: number: - type: string + type: integer url: type: string diff --git a/typings/actions-rs/toolchain/v1/action-types.yml b/typings/actions-rs/toolchain/v1/action-types.yml index 36f3306..836c199 100644 --- a/typings/actions-rs/toolchain/v1/action-types.yml +++ b/typings/actions-rs/toolchain/v1/action-types.yml @@ -15,7 +15,6 @@ inputs: separator: ',' list-item: type: string -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: rustc: type: string diff --git a/typings/actions/cache/v2/action-types.yml b/typings/actions/cache/v2/action-types.yml index 40b1d73..2ca423f 100644 --- a/typings/actions/cache/v2/action-types.yml +++ b/typings/actions/cache/v2/action-types.yml @@ -14,7 +14,6 @@ inputs: type: string upload-chunk-size: type: integer -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: cache-hit: - type: string + type: boolean diff --git a/typings/actions/cache/v3/action-types.yml b/typings/actions/cache/v3/action-types.yml index a94a8f6..f906487 100644 --- a/typings/actions/cache/v3/action-types.yml +++ b/typings/actions/cache/v3/action-types.yml @@ -20,7 +20,6 @@ inputs: type: boolean lookup-only: type: boolean -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: cache-hit: - type: string + type: boolean diff --git a/typings/actions/cache/v4/action-types.yml b/typings/actions/cache/v4/action-types.yml index 3cd527c..dbdddf1 100644 --- a/typings/actions/cache/v4/action-types.yml +++ b/typings/actions/cache/v4/action-types.yml @@ -22,7 +22,6 @@ inputs: type: boolean save-always: type: boolean -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: cache-hit: - type: string + type: boolean diff --git a/typings/actions/checkout/v4/action-types.yml b/typings/actions/checkout/v4/action-types.yml index 346f8ad..d2d7948 100644 --- a/typings/actions/checkout/v4/action-types.yml +++ b/typings/actions/checkout/v4/action-types.yml @@ -38,3 +38,9 @@ inputs: type: boolean fetch-tags: type: boolean + +outputs: + ref: + type: string + commit: + type: string diff --git a/typings/actions/create-release/v1/action-types.yml b/typings/actions/create-release/v1/action-types.yml index 048f55d..9fece5b 100644 --- a/typings/actions/create-release/v1/action-types.yml +++ b/typings/actions/create-release/v1/action-types.yml @@ -18,10 +18,9 @@ inputs: type: string repo: type: string -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: id: - type: string + type: integer html_url: type: string upload_url: diff --git a/typings/actions/github-script/v6/action-types.yml b/typings/actions/github-script/v6/action-types.yml index c06c4a0..ce344c3 100644 --- a/typings/actions/github-script/v6/action-types.yml +++ b/typings/actions/github-script/v6/action-types.yml @@ -26,7 +26,6 @@ inputs: separator: ',' list-item: type: integer -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: result: type: string diff --git a/typings/actions/github-script/v7/action-types.yml b/typings/actions/github-script/v7/action-types.yml index c06c4a0..ce344c3 100644 --- a/typings/actions/github-script/v7/action-types.yml +++ b/typings/actions/github-script/v7/action-types.yml @@ -26,7 +26,6 @@ inputs: separator: ',' list-item: type: integer -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: result: type: string diff --git a/typings/actions/labeler/v4/action-types.yml b/typings/actions/labeler/v4/action-types.yml index 0d66128..43df227 100644 --- a/typings/actions/labeler/v4/action-types.yml +++ b/typings/actions/labeler/v4/action-types.yml @@ -13,3 +13,15 @@ inputs: separator: "\n" list-item: type: string + +outputs: + new-labels: + type: list + separator: "," + list-item: + type: string + all-labels: + type: list + separator: "," + list-item: + type: string diff --git a/typings/actions/labeler/v5/action-types.yml b/typings/actions/labeler/v5/action-types.yml index 0d66128..43df227 100644 --- a/typings/actions/labeler/v5/action-types.yml +++ b/typings/actions/labeler/v5/action-types.yml @@ -13,3 +13,15 @@ inputs: separator: "\n" list-item: type: string + +outputs: + new-labels: + type: list + separator: "," + list-item: + type: string + all-labels: + type: list + separator: "," + list-item: + type: string diff --git a/typings/actions/setup-dotnet/v3/action-types.yml b/typings/actions/setup-dotnet/v3/action-types.yml index 81153ca..d35a995 100644 --- a/typings/actions/setup-dotnet/v3/action-types.yml +++ b/typings/actions/setup-dotnet/v3/action-types.yml @@ -21,7 +21,8 @@ inputs: type: string cache: type: boolean -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: + cache-hit: + type: boolean dotnet-version: type: string diff --git a/typings/actions/setup-dotnet/v4/action-types.yml b/typings/actions/setup-dotnet/v4/action-types.yml index 81153ca..d35a995 100644 --- a/typings/actions/setup-dotnet/v4/action-types.yml +++ b/typings/actions/setup-dotnet/v4/action-types.yml @@ -21,7 +21,8 @@ inputs: type: string cache: type: boolean -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: + cache-hit: + type: boolean dotnet-version: type: string diff --git a/typings/actions/setup-go/v3/action-types.yml b/typings/actions/setup-go/v3/action-types.yml index e61dad3..21881e9 100644 --- a/typings/actions/setup-go/v3/action-types.yml +++ b/typings/actions/setup-go/v3/action-types.yml @@ -17,9 +17,8 @@ inputs: allowed-values: - x86 - x64 -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: go-version: type: string cache-hit: - type: string + type: boolean diff --git a/typings/actions/setup-go/v4/action-types.yml b/typings/actions/setup-go/v4/action-types.yml index e61dad3..21881e9 100644 --- a/typings/actions/setup-go/v4/action-types.yml +++ b/typings/actions/setup-go/v4/action-types.yml @@ -17,9 +17,8 @@ inputs: allowed-values: - x86 - x64 -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: go-version: type: string cache-hit: - type: string + type: boolean diff --git a/typings/actions/setup-go/v5/action-types.yml b/typings/actions/setup-go/v5/action-types.yml index e61dad3..21881e9 100644 --- a/typings/actions/setup-go/v5/action-types.yml +++ b/typings/actions/setup-go/v5/action-types.yml @@ -17,9 +17,8 @@ inputs: allowed-values: - x86 - x64 -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: go-version: type: string cache-hit: - type: string + type: boolean diff --git a/typings/actions/setup-java/v2/action-types.yml b/typings/actions/setup-java/v2/action-types.yml index 63f7a82..ca2323c 100644 --- a/typings/actions/setup-java/v2/action-types.yml +++ b/typings/actions/setup-java/v2/action-types.yml @@ -2,7 +2,7 @@ inputs: java-version: type: string - distribution: + distribution: &distribution type: enum allowed-values: - adopt @@ -47,10 +47,8 @@ inputs: - gradle job-status: type: string -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: - distribution: - type: string + distribution: *distribution version: type: string path: diff --git a/typings/actions/setup-java/v3/action-types.yml b/typings/actions/setup-java/v3/action-types.yml index 0f95e80..14cb329 100644 --- a/typings/actions/setup-java/v3/action-types.yml +++ b/typings/actions/setup-java/v3/action-types.yml @@ -2,7 +2,7 @@ inputs: java-version: type: string - distribution: + distribution: &distribution type: enum allowed-values: - adopt @@ -55,13 +55,11 @@ inputs: type: string mvn-toolchain-vendor: type: string -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: - distribution: - type: string + distribution: *distribution version: type: string path: type: string cache-hit: - type: string + type: boolean diff --git a/typings/actions/setup-java/v4/action-types.yml b/typings/actions/setup-java/v4/action-types.yml index 92da38a..b989e20 100644 --- a/typings/actions/setup-java/v4/action-types.yml +++ b/typings/actions/setup-java/v4/action-types.yml @@ -2,7 +2,7 @@ inputs: java-version: type: string - distribution: + distribution: &distribution type: enum allowed-values: - adopt @@ -57,13 +57,11 @@ inputs: type: string cache-dependency-path: type: string -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: - distribution: - type: string + distribution: *distribution version: type: string path: type: string cache-hit: - type: string + type: boolean diff --git a/typings/actions/setup-node/v2/action-types.yml b/typings/actions/setup-node/v2/action-types.yml index 459d724..92d1142 100644 --- a/typings/actions/setup-node/v2/action-types.yml +++ b/typings/actions/setup-node/v2/action-types.yml @@ -30,7 +30,6 @@ inputs: type: string version: type: string -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: cache-hit: - type: string + type: boolean diff --git a/typings/actions/setup-node/v3/action-types.yml b/typings/actions/setup-node/v3/action-types.yml index ac527fc..c86b157 100644 --- a/typings/actions/setup-node/v3/action-types.yml +++ b/typings/actions/setup-node/v3/action-types.yml @@ -28,9 +28,8 @@ inputs: separator: "\n" list-item: type: string -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: cache-hit: - type: string + type: boolean node-version: type: string diff --git a/typings/actions/setup-node/v4/action-types.yml b/typings/actions/setup-node/v4/action-types.yml index ac527fc..c86b157 100644 --- a/typings/actions/setup-node/v4/action-types.yml +++ b/typings/actions/setup-node/v4/action-types.yml @@ -28,9 +28,8 @@ inputs: separator: "\n" list-item: type: string -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: cache-hit: - type: string + type: boolean node-version: type: string diff --git a/typings/actions/setup-python/v2/action-types.yml b/typings/actions/setup-python/v2/action-types.yml index 6318401..415fbfd 100644 --- a/typings/actions/setup-python/v2/action-types.yml +++ b/typings/actions/setup-python/v2/action-types.yml @@ -20,7 +20,6 @@ inputs: separator: "\n" list-item: type: string -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: python-version: type: string diff --git a/typings/actions/setup-python/v3/action-types.yml b/typings/actions/setup-python/v3/action-types.yml index fe7d2ab..d5e9e63 100644 --- a/typings/actions/setup-python/v3/action-types.yml +++ b/typings/actions/setup-python/v3/action-types.yml @@ -21,9 +21,8 @@ inputs: separator: "\n" list-item: type: string -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: python-version: type: string cache-hit: - type: string + type: boolean diff --git a/typings/actions/setup-python/v4/action-types.yml b/typings/actions/setup-python/v4/action-types.yml index 418d3fd..b10a48a 100644 --- a/typings/actions/setup-python/v4/action-types.yml +++ b/typings/actions/setup-python/v4/action-types.yml @@ -29,11 +29,10 @@ inputs: type: boolean allow-prereleases: type: boolean -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: python-version: type: string cache-hit: - type: string + type: boolean python-path: type: string diff --git a/typings/actions/setup-python/v5/action-types.yml b/typings/actions/setup-python/v5/action-types.yml index 418d3fd..b10a48a 100644 --- a/typings/actions/setup-python/v5/action-types.yml +++ b/typings/actions/setup-python/v5/action-types.yml @@ -29,11 +29,10 @@ inputs: type: boolean allow-prereleases: type: boolean -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: python-version: type: string cache-hit: - type: string + type: boolean python-path: type: string diff --git a/typings/actions/stale/v5/action-types.yml b/typings/actions/stale/v5/action-types.yml index 2ddfeb6..255b44c 100644 --- a/typings/actions/stale/v5/action-types.yml +++ b/typings/actions/stale/v5/action-types.yml @@ -164,7 +164,6 @@ inputs: type: boolean include-only-assigned: type: boolean -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: closed-issues-prs: type: string diff --git a/typings/actions/stale/v6/action-types.yml b/typings/actions/stale/v6/action-types.yml index 2ddfeb6..255b44c 100644 --- a/typings/actions/stale/v6/action-types.yml +++ b/typings/actions/stale/v6/action-types.yml @@ -164,7 +164,6 @@ inputs: type: boolean include-only-assigned: type: boolean -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: closed-issues-prs: type: string diff --git a/typings/actions/stale/v7/action-types.yml b/typings/actions/stale/v7/action-types.yml index 48ef91d..5b5620a 100644 --- a/typings/actions/stale/v7/action-types.yml +++ b/typings/actions/stale/v7/action-types.yml @@ -164,7 +164,6 @@ inputs: type: boolean include-only-assigned: type: boolean -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: closed-issues-prs: type: string diff --git a/typings/actions/stale/v8/action-types.yml b/typings/actions/stale/v8/action-types.yml index 7e375f7..9865eaa 100644 --- a/typings/actions/stale/v8/action-types.yml +++ b/typings/actions/stale/v8/action-types.yml @@ -169,7 +169,6 @@ inputs: type: boolean include-only-assigned: type: boolean -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: closed-issues-prs: type: string diff --git a/typings/actions/stale/v9/action-types.yml b/typings/actions/stale/v9/action-types.yml index 7e375f7..9865eaa 100644 --- a/typings/actions/stale/v9/action-types.yml +++ b/typings/actions/stale/v9/action-types.yml @@ -169,7 +169,6 @@ inputs: type: boolean include-only-assigned: type: boolean -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: closed-issues-prs: type: string diff --git a/typings/actions/upload-artifact/v4/action-types.yml b/typings/actions/upload-artifact/v4/action-types.yml index 15f3d9b..edf43cd 100644 --- a/typings/actions/upload-artifact/v4/action-types.yml +++ b/typings/actions/upload-artifact/v4/action-types.yml @@ -31,4 +31,8 @@ inputs: type: boolean outputs: artifact-id: + type: integer + artifact-url: + type: string + artifact-digest: type: string diff --git a/typings/actions/upload-pages-artifact/v3/action-types.yml b/typings/actions/upload-pages-artifact/v3/action-types.yml index a0457ee..209e36c 100644 --- a/typings/actions/upload-pages-artifact/v3/action-types.yml +++ b/typings/actions/upload-pages-artifact/v3/action-types.yml @@ -7,4 +7,4 @@ inputs: type: integer outputs: artifact_id: - type: string + type: integer diff --git a/typings/anothrNick/github-tag-action/v1/action-types.yml b/typings/anothrNick/github-tag-action/v1/action-types.yml index 1f4feda..0978320 100644 --- a/typings/anothrNick/github-tag-action/v1/action-types.yml +++ b/typings/anothrNick/github-tag-action/v1/action-types.yml @@ -1,4 +1,3 @@ -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: new_tag: type: string diff --git a/typings/aws-actions/amazon-ecr-login/v1/action-types.yml b/typings/aws-actions/amazon-ecr-login/v1/action-types.yml index 592e610..9f67b2a 100644 --- a/typings/aws-actions/amazon-ecr-login/v1/action-types.yml +++ b/typings/aws-actions/amazon-ecr-login/v1/action-types.yml @@ -14,7 +14,6 @@ inputs: allowed-values: - private - public -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: registry: type: string diff --git a/typings/aws-actions/amazon-ecr-login/v2/action-types.yml b/typings/aws-actions/amazon-ecr-login/v2/action-types.yml index 592e610..9f67b2a 100644 --- a/typings/aws-actions/amazon-ecr-login/v2/action-types.yml +++ b/typings/aws-actions/amazon-ecr-login/v2/action-types.yml @@ -14,7 +14,6 @@ inputs: allowed-values: - private - public -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: registry: type: string diff --git a/typings/aws-actions/amazon-ecs-deploy-task-definition/v1/action-types.yml b/typings/aws-actions/amazon-ecs-deploy-task-definition/v1/action-types.yml index b6f749d..905fdbe 100644 --- a/typings/aws-actions/amazon-ecs-deploy-task-definition/v1/action-types.yml +++ b/typings/aws-actions/amazon-ecs-deploy-task-definition/v1/action-types.yml @@ -22,7 +22,6 @@ inputs: type: boolean desired-count: type: integer -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: task-definition-arn: type: string diff --git a/typings/aws-actions/amazon-ecs-render-task-definition/v1/action-types.yml b/typings/aws-actions/amazon-ecs-render-task-definition/v1/action-types.yml index df90303..2fa03fc 100644 --- a/typings/aws-actions/amazon-ecs-render-task-definition/v1/action-types.yml +++ b/typings/aws-actions/amazon-ecs-render-task-definition/v1/action-types.yml @@ -28,7 +28,6 @@ inputs: separator: "\n" list-item: type: string -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: task-definition: type: string diff --git a/typings/aws-actions/configure-aws-credentials/v1/action-types.yml b/typings/aws-actions/configure-aws-credentials/v1/action-types.yml index b892e54..48e8832 100644 --- a/typings/aws-actions/configure-aws-credentials/v1/action-types.yml +++ b/typings/aws-actions/configure-aws-credentials/v1/action-types.yml @@ -24,7 +24,6 @@ inputs: type: string role-skip-session-tagging: type: boolean -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: aws-account-id: type: string diff --git a/typings/aws-actions/configure-aws-credentials/v2/action-types.yml b/typings/aws-actions/configure-aws-credentials/v2/action-types.yml index 71f4e26..5fb5138 100644 --- a/typings/aws-actions/configure-aws-credentials/v2/action-types.yml +++ b/typings/aws-actions/configure-aws-credentials/v2/action-types.yml @@ -35,7 +35,6 @@ inputs: separator: "\n" list-item: type: string -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: aws-account-id: type: string diff --git a/typings/docker/build-push-action/v2/action-types.yml b/typings/docker/build-push-action/v2/action-types.yml index dc025a7..a9a1581 100644 --- a/typings/docker/build-push-action/v2/action-types.yml +++ b/typings/docker/build-push-action/v2/action-types.yml @@ -91,7 +91,6 @@ inputs: type: string github-token: type: string -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: imageid: type: string diff --git a/typings/docker/build-push-action/v3/action-types.yml b/typings/docker/build-push-action/v3/action-types.yml index 6dfad44..b813c74 100644 --- a/typings/docker/build-push-action/v3/action-types.yml +++ b/typings/docker/build-push-action/v3/action-types.yml @@ -105,7 +105,6 @@ inputs: type: string github-token: type: string -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: imageid: type: string diff --git a/typings/docker/build-push-action/v4/action-types.yml b/typings/docker/build-push-action/v4/action-types.yml index 6dfad44..b813c74 100644 --- a/typings/docker/build-push-action/v4/action-types.yml +++ b/typings/docker/build-push-action/v4/action-types.yml @@ -105,7 +105,6 @@ inputs: type: string github-token: type: string -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: imageid: type: string diff --git a/typings/docker/build-push-action/v5/action-types.yml b/typings/docker/build-push-action/v5/action-types.yml index 8cb72d3..9490ae0 100644 --- a/typings/docker/build-push-action/v5/action-types.yml +++ b/typings/docker/build-push-action/v5/action-types.yml @@ -115,7 +115,6 @@ inputs: separator: "\n" list-item: type: string -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: imageid: type: string diff --git a/typings/docker/metadata-action/v4/action-types.yml b/typings/docker/metadata-action/v4/action-types.yml index da2b501..8959c7d 100644 --- a/typings/docker/metadata-action/v4/action-types.yml +++ b/typings/docker/metadata-action/v4/action-types.yml @@ -31,3 +31,15 @@ inputs: type: string bake-target: type: string + +outputs: + version: + type: string + tags: + type: string + labels: + type: string + bake-file: + type: string + json: + type: string diff --git a/typings/docker/metadata-action/v5/action-types.yml b/typings/docker/metadata-action/v5/action-types.yml index 8c89a42..e35d6cc 100644 --- a/typings/docker/metadata-action/v5/action-types.yml +++ b/typings/docker/metadata-action/v5/action-types.yml @@ -41,3 +41,23 @@ inputs: separator: '\n' list-item: type: string + +outputs: + version: + type: string + tags: + type: string + labels: + type: string + annotations: + type: string + json: + type: string + bake-file-tags: + type: string + bake-file-labels: + type: string + bake-file-annotations: + type: string + bake-file: + type: string diff --git a/typings/docker/setup-buildx-action/v1/action-types.yml b/typings/docker/setup-buildx-action/v1/action-types.yml index c0e1755..7e02160 100644 --- a/typings/docker/setup-buildx-action/v1/action-types.yml +++ b/typings/docker/setup-buildx-action/v1/action-types.yml @@ -21,7 +21,6 @@ inputs: type: string config-inline: type: string -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: name: type: string @@ -32,6 +31,12 @@ outputs: status: type: string flags: - type: string + type: list + separator: " " + list-item: + type: string platforms: - type: string + type: list + separator: "," + list-item: + type: string diff --git a/typings/docker/setup-buildx-action/v2/action-types.yml b/typings/docker/setup-buildx-action/v2/action-types.yml index 1146816..2ec88b2 100644 --- a/typings/docker/setup-buildx-action/v2/action-types.yml +++ b/typings/docker/setup-buildx-action/v2/action-types.yml @@ -30,14 +30,16 @@ inputs: type: string cleanup: type: boolean -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: name: type: string driver: type: string platforms: - type: string + type: list + separator: "," + list-item: + type: string nodes: type: string endpoint: @@ -45,4 +47,7 @@ outputs: status: type: string flags: - type: string + type: list + separator: " " + list-item: + type: string diff --git a/typings/docker/setup-buildx-action/v3/action-types.yml b/typings/docker/setup-buildx-action/v3/action-types.yml index 3448127..f0b650f 100644 --- a/typings/docker/setup-buildx-action/v3/action-types.yml +++ b/typings/docker/setup-buildx-action/v3/action-types.yml @@ -32,14 +32,16 @@ inputs: type: boolean cache-binary: type: boolean -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: name: type: string driver: type: string platforms: - type: string + type: list + separator: "," + list-item: + type: string nodes: type: string endpoint: @@ -47,4 +49,7 @@ outputs: status: type: string flags: - type: string + type: list + separator: " " + list-item: + type: string diff --git a/typings/elgohr/Publish-Docker-Github-Action/v4/action-types.yml b/typings/elgohr/Publish-Docker-Github-Action/v4/action-types.yml index 5fe4f15..5930604 100644 --- a/typings/elgohr/Publish-Docker-Github-Action/v4/action-types.yml +++ b/typings/elgohr/Publish-Docker-Github-Action/v4/action-types.yml @@ -43,7 +43,6 @@ inputs: separator: ',' list-item: type: string -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: tag: type: string diff --git a/typings/elgohr/Publish-Docker-Github-Action/v5/action-types.yml b/typings/elgohr/Publish-Docker-Github-Action/v5/action-types.yml index 5fe4f15..5930604 100644 --- a/typings/elgohr/Publish-Docker-Github-Action/v5/action-types.yml +++ b/typings/elgohr/Publish-Docker-Github-Action/v5/action-types.yml @@ -43,7 +43,6 @@ inputs: separator: ',' list-item: type: string -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: tag: type: string diff --git a/typings/gautamkrishnar/blog-post-workflow/v1/action-types.yml b/typings/gautamkrishnar/blog-post-workflow/v1/action-types.yml index ed5ac20..45efd1c 100644 --- a/typings/gautamkrishnar/blog-post-workflow/v1/action-types.yml +++ b/typings/gautamkrishnar/blog-post-workflow/v1/action-types.yml @@ -77,7 +77,6 @@ inputs: type: boolean skip_commit: type: boolean -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: results: type: string diff --git a/typings/github/codeql-action/v2/analyze/action-types.yml b/typings/github/codeql-action/v2/analyze/action-types.yml index 796e007..529b06e 100644 --- a/typings/github/codeql-action/v2/analyze/action-types.yml +++ b/typings/github/codeql-action/v2/analyze/action-types.yml @@ -46,5 +46,7 @@ inputs: outputs: db-locations: type: string + sarif-output: + type: string sarif-id: type: string diff --git a/typings/github/codeql-action/v2/init/action-types.yml b/typings/github/codeql-action/v2/init/action-types.yml index 3f39ed5..d60663f 100644 --- a/typings/github/codeql-action/v2/init/action-types.yml +++ b/typings/github/codeql-action/v2/init/action-types.yml @@ -48,3 +48,5 @@ inputs: outputs: codeql-path: type: string + codeql-version: + type: string diff --git a/typings/google-github-actions/auth/v0/action-types.yml b/typings/google-github-actions/auth/v0/action-types.yml index fa0853b..a86ad12 100644 --- a/typings/google-github-actions/auth/v0/action-types.yml +++ b/typings/google-github-actions/auth/v0/action-types.yml @@ -45,7 +45,6 @@ inputs: type: string id_token_include_email: type: boolean -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: project_id: type: string diff --git a/typings/google-github-actions/auth/v1/action-types.yml b/typings/google-github-actions/auth/v1/action-types.yml index fa0853b..a86ad12 100644 --- a/typings/google-github-actions/auth/v1/action-types.yml +++ b/typings/google-github-actions/auth/v1/action-types.yml @@ -45,7 +45,6 @@ inputs: type: string id_token_include_email: type: boolean -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: project_id: type: string diff --git a/typings/google-github-actions/auth/v2/action-types.yml b/typings/google-github-actions/auth/v2/action-types.yml index 424d70f..d3ad2f8 100644 --- a/typings/google-github-actions/auth/v2/action-types.yml +++ b/typings/google-github-actions/auth/v2/action-types.yml @@ -49,12 +49,13 @@ inputs: type: string auth_token: type: string -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: project_id: type: string credentials_file_path: type: string + auth_token: + type: string access_token: type: string id_token: diff --git a/typings/google-github-actions/setup-gcloud/v2/action-types.yml b/typings/google-github-actions/setup-gcloud/v2/action-types.yml index b8549ec..b00bf24 100644 --- a/typings/google-github-actions/setup-gcloud/v2/action-types.yml +++ b/typings/google-github-actions/setup-gcloud/v2/action-types.yml @@ -45,3 +45,7 @@ inputs: - pkg - pubsub-emulator - skaffold + +outputs: + version: + type: string diff --git a/typings/gradle/actions/v3/setup-gradle/action-types.yml b/typings/gradle/actions/v3/setup-gradle/action-types.yml index b304842..6d32217 100644 --- a/typings/gradle/actions/v3/setup-gradle/action-types.yml +++ b/typings/gradle/actions/v3/setup-gradle/action-types.yml @@ -69,3 +69,7 @@ inputs: outputs: build-scan-url: type: string + dependency-graph-file: + type: string + gradle-version: + type: string diff --git a/typings/gradle/actions/v4/wrapper-validation/action-types.yml b/typings/gradle/actions/v4/wrapper-validation/action-types.yml index 9339ee1..6124979 100644 --- a/typings/gradle/actions/v4/wrapper-validation/action-types.yml +++ b/typings/gradle/actions/v4/wrapper-validation/action-types.yml @@ -12,4 +12,7 @@ inputs: outputs: failed-wrapper: - type: string + type: list + separator: '|' + list-item: + type: string diff --git a/typings/gradle/gradle-build-action/v2/action-types.yml b/typings/gradle/gradle-build-action/v2/action-types.yml index e685418..b6b131e 100644 --- a/typings/gradle/gradle-build-action/v2/action-types.yml +++ b/typings/gradle/gradle-build-action/v2/action-types.yml @@ -44,7 +44,10 @@ inputs: type: boolean artifact-retention-days: type: integer -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: build-scan-url: type: string + dependency-graph-file: + type: string + gradle-version: + type: string diff --git a/typings/gradle/gradle-build-action/v3/action-types.yml b/typings/gradle/gradle-build-action/v3/action-types.yml index d0ab6ba..884e311 100644 --- a/typings/gradle/gradle-build-action/v3/action-types.yml +++ b/typings/gradle/gradle-build-action/v3/action-types.yml @@ -97,3 +97,7 @@ inputs: outputs: build-scan-url: type: string + dependency-graph-file: + type: string + gradle-version: + type: string diff --git a/typings/gradle/wrapper-validation-action/v1/action-types.yml b/typings/gradle/wrapper-validation-action/v1/action-types.yml index 08aa901..6124979 100644 --- a/typings/gradle/wrapper-validation-action/v1/action-types.yml +++ b/typings/gradle/wrapper-validation-action/v1/action-types.yml @@ -9,3 +9,10 @@ inputs: separator: ',' list-item: type: string + +outputs: + failed-wrapper: + type: list + separator: '|' + list-item: + type: string diff --git a/typings/gradle/wrapper-validation-action/v2/action-types.yml b/typings/gradle/wrapper-validation-action/v2/action-types.yml index 08aa901..6124979 100644 --- a/typings/gradle/wrapper-validation-action/v2/action-types.yml +++ b/typings/gradle/wrapper-validation-action/v2/action-types.yml @@ -9,3 +9,10 @@ inputs: separator: ',' list-item: type: string + +outputs: + failed-wrapper: + type: list + separator: '|' + list-item: + type: string diff --git a/typings/gradle/wrapper-validation-action/v3/action-types.yml b/typings/gradle/wrapper-validation-action/v3/action-types.yml index 08aa901..6124979 100644 --- a/typings/gradle/wrapper-validation-action/v3/action-types.yml +++ b/typings/gradle/wrapper-validation-action/v3/action-types.yml @@ -9,3 +9,10 @@ inputs: separator: ',' list-item: type: string + +outputs: + failed-wrapper: + type: list + separator: '|' + list-item: + type: string diff --git a/typings/julia-actions/setup-julia/v1/action-types.yml b/typings/julia-actions/setup-julia/v1/action-types.yml index 7a46f3a..d09188d 100644 --- a/typings/julia-actions/setup-julia/v1/action-types.yml +++ b/typings/julia-actions/setup-julia/v1/action-types.yml @@ -13,7 +13,6 @@ inputs: - aarch64 show-versioninfo: type: boolean -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: julia-version: type: string diff --git a/typings/pbrisbin/setup-tool-action/v2/action-types.yml b/typings/pbrisbin/setup-tool-action/v2/action-types.yml index 6348f91..9a3b2b8 100644 --- a/typings/pbrisbin/setup-tool-action/v2/action-types.yml +++ b/typings/pbrisbin/setup-tool-action/v2/action-types.yml @@ -2,132 +2,139 @@ inputs: name: type: string - + version: type: string - + url: type: string - + subdir: type: string - + os: type: string - + arch: type: string - + ext: type: string - + no-extract: type: boolean - + url-darwin: type: string - + url-linux: type: string - + url-win32: type: string - + url-x64: type: string - + url-darwin-x64: type: string - + url-linux-x64: type: string - + url-win32-x64: type: string - + subdir-darwin: type: string - + subdir-linux: type: string - + subdir-win32: type: string - + subdir-x64: type: string - + subdir-darwin-x64: type: string - + subdir-linux-x64: type: string - + subdir-win32-x64: type: string - + os-darwin: type: string - + os-linux: type: string - + os-win32: type: string - + os-x64: type: string - + os-darwin-x64: type: string - + os-linux-x64: type: string - + os-win32-x64: type: string - + arch-darwin: type: string - + arch-linux: type: string - + arch-win32: type: string - + arch-x64: type: string - + arch-darwin-x64: type: string - + arch-linux-x64: type: string - + arch-win32-x64: type: string - + ext-darwin: type: string - + ext-linux: type: string - + ext-win32: type: string - + ext-x64: type: string - + ext-darwin-x64: type: string - + ext-linux-x64: type: string - + ext-win32-x64: type: string - + github-token: type: string + +outputs: + directory: + type: string + + file: + type: string diff --git a/typings/peter-evans/create-issue-from-file/v4/action-types.yml b/typings/peter-evans/create-issue-from-file/v4/action-types.yml index 97802c8..11bcec7 100644 --- a/typings/peter-evans/create-issue-from-file/v4/action-types.yml +++ b/typings/peter-evans/create-issue-from-file/v4/action-types.yml @@ -20,7 +20,6 @@ inputs: separator: ',' list-item: type: string -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: issue-number: - type: string + type: integer diff --git a/typings/peter-evans/create-pull-request/v4/action-types.yml b/typings/peter-evans/create-pull-request/v4/action-types.yml index 3ea12ce..226d233 100644 --- a/typings/peter-evans/create-pull-request/v4/action-types.yml +++ b/typings/peter-evans/create-pull-request/v4/action-types.yml @@ -55,13 +55,16 @@ inputs: type: string draft: type: boolean -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: pull-request-number: - type: string + type: integer pull-request-url: type: string pull-request-operation: - type: string + type: enum + allowed-values: + - created + - updated + - closed pull-request-head-sha: type: string diff --git a/typings/peter-evans/create-pull-request/v5/action-types.yml b/typings/peter-evans/create-pull-request/v5/action-types.yml index 05b620e..d1278e9 100644 --- a/typings/peter-evans/create-pull-request/v5/action-types.yml +++ b/typings/peter-evans/create-pull-request/v5/action-types.yml @@ -57,13 +57,16 @@ inputs: type: string draft: type: boolean -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: pull-request-number: - type: string + type: integer pull-request-url: type: string pull-request-operation: - type: string + type: enum + allowed-values: + - created + - updated + - closed pull-request-head-sha: type: string diff --git a/typings/peter-evans/create-pull-request/v6/action-types.yml b/typings/peter-evans/create-pull-request/v6/action-types.yml index 63b51cb..e9f37d8 100644 --- a/typings/peter-evans/create-pull-request/v6/action-types.yml +++ b/typings/peter-evans/create-pull-request/v6/action-types.yml @@ -65,6 +65,12 @@ outputs: pull-request-url: type: integer pull-request-operation: - type: string + type: enum + allowed-values: + - created + - updated + - closed pull-request-head-sha: type: string + pull-request-branch: + type: string diff --git a/typings/repo-sync/pull-request/v2/action-types.yml b/typings/repo-sync/pull-request/v2/action-types.yml index 6d64cd4..6f54d78 100644 --- a/typings/repo-sync/pull-request/v2/action-types.yml +++ b/typings/repo-sync/pull-request/v2/action-types.yml @@ -35,11 +35,12 @@ inputs: type: string debug: type: boolean -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: pr_url: type: string pr_number: - type: string + type: integer + pr_created: + type: boolean has_changed_files: - type: string + type: boolean diff --git a/typings/ruby/setup-ruby/v1/action-types.yml b/typings/ruby/setup-ruby/v1/action-types.yml index c34d5d2..877bbb8 100644 --- a/typings/ruby/setup-ruby/v1/action-types.yml +++ b/typings/ruby/setup-ruby/v1/action-types.yml @@ -19,7 +19,6 @@ inputs: allowed-values: - default - none -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: ruby-prefix: type: string diff --git a/typings/softprops/action-gh-release/v1/action-types.yml b/typings/softprops/action-gh-release/v1/action-types.yml index 9a17475..0c9a57c 100644 --- a/typings/softprops/action-gh-release/v1/action-types.yml +++ b/typings/softprops/action-gh-release/v1/action-types.yml @@ -31,11 +31,12 @@ inputs: type: boolean append_body: type: boolean -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: url: type: string id: - type: string + type: integer upload_url: type: string + assets: + type: string diff --git a/typings/softprops/action-gh-release/v2/action-types.yml b/typings/softprops/action-gh-release/v2/action-types.yml index d289308..29b8d0d 100644 --- a/typings/softprops/action-gh-release/v2/action-types.yml +++ b/typings/softprops/action-gh-release/v2/action-types.yml @@ -37,11 +37,12 @@ inputs: - "true" - "false" - legacy -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: url: type: string id: - type: string + type: integer upload_url: type: string + assets: + type: string diff --git a/typings/stefanzweifel/git-auto-commit-action/v4/action-types.yml b/typings/stefanzweifel/git-auto-commit-action/v4/action-types.yml index 09ce26b..158830c 100644 --- a/typings/stefanzweifel/git-auto-commit-action/v4/action-types.yml +++ b/typings/stefanzweifel/git-auto-commit-action/v4/action-types.yml @@ -34,9 +34,8 @@ inputs: type: boolean create_branch: type: boolean -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: changes_detected: - type: string + type: boolean commit_hash: type: string diff --git a/typings/stefanzweifel/git-auto-commit-action/v5/action-types.yml b/typings/stefanzweifel/git-auto-commit-action/v5/action-types.yml index 09ce26b..158830c 100644 --- a/typings/stefanzweifel/git-auto-commit-action/v5/action-types.yml +++ b/typings/stefanzweifel/git-auto-commit-action/v5/action-types.yml @@ -34,9 +34,8 @@ inputs: type: boolean create_branch: type: boolean -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: changes_detected: - type: string + type: boolean commit_hash: type: string diff --git a/typings/subosito/flutter-action/v2/action-types.yml b/typings/subosito/flutter-action/v2/action-types.yml index 7e1da78..fad0fa7 100644 --- a/typings/subosito/flutter-action/v2/action-types.yml +++ b/typings/subosito/flutter-action/v2/action-types.yml @@ -23,7 +23,6 @@ inputs: - arm64 dry-run: type: boolean -# Please check those outputs's description and set a proper type. 'string' is just set by default outputs: CACHE-PATH: type: string @@ -35,3 +34,7 @@ outputs: type: string ARCHITECTURE: type: string + PUB-CACHE-KEY: + type: string + PUB-CACHE-PATH: + type: string