diff --git a/typings/Azure/webapps-deploy/v2/action-types.yml b/typings/Azure/webapps-deploy/v2/action-types.yml index a39a23c..7d6bc46 100644 --- a/typings/Azure/webapps-deploy/v2/action-types.yml +++ b/typings/Azure/webapps-deploy/v2/action-types.yml @@ -17,6 +17,9 @@ inputs: type: string startup-command: type: string + resource-group-name: + type: string + 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 a39a23c..7b93b71 100644 --- a/typings/Azure/webapps-deploy/v3/action-types.yml +++ b/typings/Azure/webapps-deploy/v3/action-types.yml @@ -17,6 +17,22 @@ inputs: type: string startup-command: type: string + resource-group-name: + type: string + type: + type: enum + allowed-values: + - JAR + - WAR + - EAR + - ZIP + - Static + target-path: + type: string + clean: + type: boolean + restart: + type: boolean outputs: webapp-url: type: string diff --git a/typings/Wandalen/wretry.action/v3/action-types.yml b/typings/Wandalen/wretry.action/v3/action-types.yml index 4140a30..5ea6aca 100644 --- a/typings/Wandalen/wretry.action/v3/action-types.yml +++ b/typings/Wandalen/wretry.action/v3/action-types.yml @@ -30,6 +30,9 @@ inputs: github_token: type: string + pre_retry_command: + type: string + outputs: outputs: type: string diff --git a/typings/Wandalen/wretry.action/v3/main/action-types.yml b/typings/Wandalen/wretry.action/v3/main/action-types.yml index 4140a30..5ea6aca 100644 --- a/typings/Wandalen/wretry.action/v3/main/action-types.yml +++ b/typings/Wandalen/wretry.action/v3/main/action-types.yml @@ -30,6 +30,9 @@ inputs: github_token: type: string + pre_retry_command: + type: string + outputs: outputs: type: string diff --git a/typings/Wandalen/wretry.action/v3/post/action-types.yml b/typings/Wandalen/wretry.action/v3/post/action-types.yml index 4140a30..5ea6aca 100644 --- a/typings/Wandalen/wretry.action/v3/post/action-types.yml +++ b/typings/Wandalen/wretry.action/v3/post/action-types.yml @@ -30,6 +30,9 @@ inputs: github_token: type: string + pre_retry_command: + type: string + outputs: outputs: type: string diff --git a/typings/Wandalen/wretry.action/v3/pre/action-types.yml b/typings/Wandalen/wretry.action/v3/pre/action-types.yml index 4140a30..5ea6aca 100644 --- a/typings/Wandalen/wretry.action/v3/pre/action-types.yml +++ b/typings/Wandalen/wretry.action/v3/pre/action-types.yml @@ -30,6 +30,9 @@ inputs: github_token: type: string + pre_retry_command: + type: string + outputs: outputs: type: string diff --git a/typings/actions/checkout/v4/action-types.yml b/typings/actions/checkout/v4/action-types.yml index d2d7948..b682d45 100644 --- a/typings/actions/checkout/v4/action-types.yml +++ b/typings/actions/checkout/v4/action-types.yml @@ -38,6 +38,10 @@ inputs: type: boolean fetch-tags: type: boolean + ssh-user: + type: string + filter: + type: string outputs: ref: diff --git a/typings/actions/github-script/v7/action-types.yml b/typings/actions/github-script/v7/action-types.yml index ce344c3..4001a56 100644 --- a/typings/actions/github-script/v7/action-types.yml +++ b/typings/actions/github-script/v7/action-types.yml @@ -26,6 +26,9 @@ inputs: separator: ',' list-item: type: integer + base-url: + type: string + outputs: result: type: string diff --git a/typings/actions/setup-dotnet/v3/action-types.yml b/typings/actions/setup-dotnet/v3/action-types.yml index d35a995..e5f9b52 100644 --- a/typings/actions/setup-dotnet/v3/action-types.yml +++ b/typings/actions/setup-dotnet/v3/action-types.yml @@ -21,6 +21,12 @@ inputs: type: string cache: type: boolean + cache-dependency-path: + type: list + separator: "\n" + list-item: + type: string + outputs: cache-hit: type: boolean diff --git a/typings/actions/setup-dotnet/v4/action-types.yml b/typings/actions/setup-dotnet/v4/action-types.yml index d35a995..e5f9b52 100644 --- a/typings/actions/setup-dotnet/v4/action-types.yml +++ b/typings/actions/setup-dotnet/v4/action-types.yml @@ -21,6 +21,12 @@ inputs: type: string cache: type: boolean + cache-dependency-path: + type: list + separator: "\n" + list-item: + type: string + outputs: cache-hit: type: boolean diff --git a/typings/actions/setup-java/v3/action-types.yml b/typings/actions/setup-java/v3/action-types.yml index 14cb329..be63f61 100644 --- a/typings/actions/setup-java/v3/action-types.yml +++ b/typings/actions/setup-java/v3/action-types.yml @@ -55,6 +55,9 @@ inputs: type: string mvn-toolchain-vendor: type: string + java-version-file: + type: string + outputs: distribution: *distribution version: diff --git a/typings/actions/setup-java/v4/action-types.yml b/typings/actions/setup-java/v4/action-types.yml index b989e20..923c71c 100644 --- a/typings/actions/setup-java/v4/action-types.yml +++ b/typings/actions/setup-java/v4/action-types.yml @@ -57,6 +57,9 @@ inputs: type: string cache-dependency-path: type: string + java-version-file: + type: string + outputs: distribution: *distribution version: diff --git a/typings/actions/upload-artifact/v3/action-types.yml b/typings/actions/upload-artifact/v3/action-types.yml index 72cab68..37336c7 100644 --- a/typings/actions/upload-artifact/v3/action-types.yml +++ b/typings/actions/upload-artifact/v3/action-types.yml @@ -19,3 +19,5 @@ inputs: name: RetentionPeriod named-values: Default: 0 + include-hidden-files: + type: boolean diff --git a/typings/actions/upload-artifact/v4/action-types.yml b/typings/actions/upload-artifact/v4/action-types.yml index edf43cd..f0972b6 100644 --- a/typings/actions/upload-artifact/v4/action-types.yml +++ b/typings/actions/upload-artifact/v4/action-types.yml @@ -29,6 +29,8 @@ inputs: BestCompression: 9 overwrite: type: boolean + include-hidden-files: + type: boolean outputs: artifact-id: type: integer 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 9f67b2a..db7cae1 100644 --- a/typings/aws-actions/amazon-ecr-login/v1/action-types.yml +++ b/typings/aws-actions/amazon-ecr-login/v1/action-types.yml @@ -14,6 +14,9 @@ inputs: allowed-values: - private - public + http-proxy: + type: string + 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 9f67b2a..db7cae1 100644 --- a/typings/aws-actions/amazon-ecr-login/v2/action-types.yml +++ b/typings/aws-actions/amazon-ecr-login/v2/action-types.yml @@ -14,6 +14,9 @@ inputs: allowed-values: - private - public + http-proxy: + type: string + outputs: registry: 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 2fa03fc..23a22d8 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,6 +28,20 @@ inputs: separator: "\n" list-item: type: string + task-definition-arn: + type: string + task-definition-family: + type: string + task-definition-revision: + type: string + command: + type: string + secrets: + type: list + separator: "\n" + list-item: + type: string + outputs: task-definition: type: string diff --git a/typings/aws-actions/configure-aws-credentials/v3/action-types.yml b/typings/aws-actions/configure-aws-credentials/v3/action-types.yml index 7ebca80..448e728 100644 --- a/typings/aws-actions/configure-aws-credentials/v3/action-types.yml +++ b/typings/aws-actions/configure-aws-credentials/v3/action-types.yml @@ -41,6 +41,11 @@ inputs: type: integer special-characters-workaround: type: boolean + unset-current-credentials: + type: boolean + disable-retry: + type: boolean + outputs: aws-account-id: type: string diff --git a/typings/aws-actions/configure-aws-credentials/v4/action-types.yml b/typings/aws-actions/configure-aws-credentials/v4/action-types.yml index 7ebca80..448e728 100644 --- a/typings/aws-actions/configure-aws-credentials/v4/action-types.yml +++ b/typings/aws-actions/configure-aws-credentials/v4/action-types.yml @@ -41,6 +41,11 @@ inputs: type: integer special-characters-workaround: type: boolean + unset-current-credentials: + type: boolean + disable-retry: + type: boolean + outputs: aws-account-id: type: string diff --git a/typings/axel-op/googlejavaformat-action/v3/action-types.yml b/typings/axel-op/googlejavaformat-action/v3/action-types.yml index f0bfcc5..019bf6c 100644 --- a/typings/axel-op/googlejavaformat-action/v3/action-types.yml +++ b/typings/axel-op/googlejavaformat-action/v3/action-types.yml @@ -14,3 +14,9 @@ inputs: type: string commit-message: type: string + skipCommit: + type: boolean + commitMessage: + type: string + githubToken: + type: string diff --git a/typings/bahmutov/npm-install/v1/action-types.yml b/typings/bahmutov/npm-install/v1/action-types.yml index 0010b3c..97725ac 100644 --- a/typings/bahmutov/npm-install/v1/action-types.yml +++ b/typings/bahmutov/npm-install/v1/action-types.yml @@ -8,3 +8,5 @@ inputs: type: boolean install-command: type: string + cache-key-prefix: + type: string diff --git a/typings/codecov/codecov-action/v3/action-types.yml b/typings/codecov/codecov-action/v3/action-types.yml index c7f5337..e62ac65 100644 --- a/typings/codecov/codecov-action/v3/action-types.yml +++ b/typings/codecov/codecov-action/v3/action-types.yml @@ -88,3 +88,22 @@ inputs: type: string swift: type: boolean + full_report: + type: string + gcov_executable: + type: string + network_filter: + type: string + network_prefix: + type: string + swift_project: + type: string + upstream_proxy: + type: string + working-directory: + type: string + xtra_args: + type: list + separator: ' ' + list-item: + type: string diff --git a/typings/cycjimmy/semantic-release-action/v4/action-types.yml b/typings/cycjimmy/semantic-release-action/v4/action-types.yml index c6d5d48..c4cdce1 100644 --- a/typings/cycjimmy/semantic-release-action/v4/action-types.yml +++ b/typings/cycjimmy/semantic-release-action/v4/action-types.yml @@ -24,6 +24,9 @@ inputs: type: string tag_format: type: string + repository_url: + type: string + outputs: new_release_published: type: boolean diff --git a/typings/docker/metadata-action/v4/action-types.yml b/typings/docker/metadata-action/v4/action-types.yml index 8959c7d..31bea3f 100644 --- a/typings/docker/metadata-action/v4/action-types.yml +++ b/typings/docker/metadata-action/v4/action-types.yml @@ -31,6 +31,8 @@ inputs: type: string bake-target: type: string + github-token: + type: string outputs: version: diff --git a/typings/docker/metadata-action/v5/action-types.yml b/typings/docker/metadata-action/v5/action-types.yml index e35d6cc..6b60c46 100644 --- a/typings/docker/metadata-action/v5/action-types.yml +++ b/typings/docker/metadata-action/v5/action-types.yml @@ -41,6 +41,8 @@ inputs: separator: '\n' list-item: type: string + github-token: + type: string outputs: version: diff --git a/typings/docker/setup-buildx-action/v3/action-types.yml b/typings/docker/setup-buildx-action/v3/action-types.yml index f0b650f..f50bade 100644 --- a/typings/docker/setup-buildx-action/v3/action-types.yml +++ b/typings/docker/setup-buildx-action/v3/action-types.yml @@ -32,6 +32,11 @@ inputs: type: boolean cache-binary: type: boolean + buildkitd-config: + type: string + buildkitd-config-inline: + type: string + outputs: name: 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 45efd1c..7719b7d 100644 --- a/typings/gautamkrishnar/blog-post-workflow/v1/action-types.yml +++ b/typings/gautamkrishnar/blog-post-workflow/v1/action-types.yml @@ -77,6 +77,9 @@ inputs: type: boolean skip_commit: type: boolean + dummy_commit_message: + type: string + outputs: results: 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 d60663f..5ca522b 100644 --- a/typings/github/codeql-action/v2/init/action-types.yml +++ b/typings/github/codeql-action/v2/init/action-types.yml @@ -45,6 +45,17 @@ inputs: type: string trap-caching: type: boolean + build-mode: + type: enum + allowed-values: + - none + - autobuild + - manual + config: + type: string + dependency-caching: + type: boolean + outputs: codeql-path: 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 d3ad2f8..378949b 100644 --- a/typings/google-github-actions/auth/v2/action-types.yml +++ b/typings/google-github-actions/auth/v2/action-types.yml @@ -47,8 +47,9 @@ inputs: type: boolean universe: type: string - auth_token: + request_reason: type: string + outputs: project_id: 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 6d32217..97d5377 100644 --- a/typings/gradle/actions/v3/setup-gradle/action-types.yml +++ b/typings/gradle/actions/v3/setup-gradle/action-types.yml @@ -66,6 +66,37 @@ inputs: type: string validate-wrappers: type: boolean + build-scan-terms-of-use-url: + type: string + build-scan-terms-of-use-agree: + type: string + develocity-access-key: + type: string + develocity-token-expiry: + type: integer + develocity-injection-enabled: + type: boolean + develocity-url: + type: string + develocity-allow-untrusted-server: + type: boolean + develocity-capture-file-fingerprints: + type: boolean + develocity-enforce-url: + type: boolean + develocity-plugin-version: + type: string + develocity-ccud-plugin-version: + type: string + gradle-plugin-repository-url: + type: string + gradle-plugin-repository-username: + type: string + gradle-plugin-repository-password: + type: string + github-token: + type: string + outputs: build-scan-url: 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 b6b131e..8193d0e 100644 --- a/typings/gradle/gradle-build-action/v2/action-types.yml +++ b/typings/gradle/gradle-build-action/v2/action-types.yml @@ -44,6 +44,9 @@ inputs: type: boolean artifact-retention-days: type: integer + github-token: + type: string + outputs: build-scan-url: 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 884e311..7765f2f 100644 --- a/typings/gradle/gradle-build-action/v3/action-types.yml +++ b/typings/gradle/gradle-build-action/v3/action-types.yml @@ -94,6 +94,9 @@ inputs: type: string gradle-plugin-repository-password: type: string + github-token: + type: string + outputs: build-scan-url: 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 9a3b2b8..c87960b 100644 --- a/typings/pbrisbin/setup-tool-action/v2/action-types.yml +++ b/typings/pbrisbin/setup-tool-action/v2/action-types.yml @@ -132,6 +132,36 @@ inputs: github-token: type: string + url-darwin-arm64: + type: string + + subdir-arm64: + type: string + + subdir-darwin-arm64: + type: string + + os-arm64: + type: string + + os-darwin-arm64: + type: string + + arch-arm64: + type: string + + arch-darwin-arm64: + type: string + + ext-arm64: + type: string + + ext-darwin-arm64: + type string: + + github-token-for-latest: + type: string + outputs: directory: 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 6f54d78..010fe4e 100644 --- a/typings/repo-sync/pull-request/v2/action-types.yml +++ b/typings/repo-sync/pull-request/v2/action-types.yml @@ -35,6 +35,9 @@ inputs: type: string debug: type: boolean + destination_repository: + type: string + outputs: pr_url: 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 29b8d0d..3140441 100644 --- a/typings/softprops/action-gh-release/v2/action-types.yml +++ b/typings/softprops/action-gh-release/v2/action-types.yml @@ -37,6 +37,9 @@ inputs: - "true" - "false" - legacy + preserve_order: + type: boolean + outputs: url: 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 158830c..ec3b64b 100644 --- a/typings/stefanzweifel/git-auto-commit-action/v4/action-types.yml +++ b/typings/stefanzweifel/git-auto-commit-action/v4/action-types.yml @@ -34,6 +34,9 @@ inputs: type: boolean create_branch: type: boolean + internal_git_binary: + type: string + outputs: changes_detected: type: boolean 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 158830c..ec3b64b 100644 --- a/typings/stefanzweifel/git-auto-commit-action/v5/action-types.yml +++ b/typings/stefanzweifel/git-auto-commit-action/v5/action-types.yml @@ -34,6 +34,9 @@ inputs: type: boolean create_branch: type: boolean + internal_git_binary: + type: string + outputs: changes_detected: type: boolean diff --git a/typings/subosito/flutter-action/v2/action-types.yml b/typings/subosito/flutter-action/v2/action-types.yml index fad0fa7..5f25d3d 100644 --- a/typings/subosito/flutter-action/v2/action-types.yml +++ b/typings/subosito/flutter-action/v2/action-types.yml @@ -23,6 +23,13 @@ inputs: - arm64 dry-run: type: boolean + flutter-version-file: + type: string + pub-cache-key: + type: string + pub-cache-path: + type: string + outputs: CACHE-PATH: type: string