From 9c26a3d88683ac437d95455d3af468639891e754 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Krzemi=C5=84ski?= <3110813+krzema12@users.noreply.github.com> Date: Mon, 18 Dec 2023 14:52:11 +0100 Subject: [PATCH] Delete typings/GoogleCloudPlatform/github-actions It's an old name for google-github-actions/setup-gcloud. When opening GoogleCloudPlatform/github-actions in GitHub, I'm redirected to google-github-actions/setup-gcloud which means there's no point in maintaining two bindings. --- .../github-actions/v0/action-types.yml | 21 ------------------- .../github-actions/v1/action-types.yml | 13 ------------ .../github-actions/v2/action-types.yml | 13 ------------ 3 files changed, 47 deletions(-) delete mode 100644 typings/GoogleCloudPlatform/github-actions/v0/action-types.yml delete mode 100644 typings/GoogleCloudPlatform/github-actions/v1/action-types.yml delete mode 100644 typings/GoogleCloudPlatform/github-actions/v2/action-types.yml diff --git a/typings/GoogleCloudPlatform/github-actions/v0/action-types.yml b/typings/GoogleCloudPlatform/github-actions/v0/action-types.yml deleted file mode 100644 index a78f629..0000000 --- a/typings/GoogleCloudPlatform/github-actions/v0/action-types.yml +++ /dev/null @@ -1,21 +0,0 @@ -# See https://github.com/typesafegithub/github-actions-typing -inputs: - version: - type: string - service_account_email: - type: string - service_account_key: - type: string - project_id: - type: string - install_components: - type: list - separator: "\n" - list-item: - type: string - export_default_credentials: - type: boolean - credentials_file_path: - type: string - cleanup_credentials: - type: boolean diff --git a/typings/GoogleCloudPlatform/github-actions/v1/action-types.yml b/typings/GoogleCloudPlatform/github-actions/v1/action-types.yml deleted file mode 100644 index a77bf32..0000000 --- a/typings/GoogleCloudPlatform/github-actions/v1/action-types.yml +++ /dev/null @@ -1,13 +0,0 @@ -# See https://github.com/typesafegithub/github-actions-typing -inputs: - skip_install: - type: boolean - version: - type: string - project_id: - type: string - install_components: - type: list - separator: "\n" - list-item: - type: string diff --git a/typings/GoogleCloudPlatform/github-actions/v2/action-types.yml b/typings/GoogleCloudPlatform/github-actions/v2/action-types.yml deleted file mode 100644 index a77bf32..0000000 --- a/typings/GoogleCloudPlatform/github-actions/v2/action-types.yml +++ /dev/null @@ -1,13 +0,0 @@ -# See https://github.com/typesafegithub/github-actions-typing -inputs: - skip_install: - type: boolean - version: - type: string - project_id: - type: string - install_components: - type: list - separator: "\n" - list-item: - type: string