Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions typings/Azure/webapps-deploy/v2/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ inputs:
type: string
startup-command:
type: string
resource-group-name:
type: string

outputs:
webapp-url:
type: string
16 changes: 16 additions & 0 deletions typings/Azure/webapps-deploy/v3/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions typings/Wandalen/wretry.action/v3/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ inputs:
github_token:
type: string

pre_retry_command:
type: string

outputs:
outputs:
type: string
3 changes: 3 additions & 0 deletions typings/Wandalen/wretry.action/v3/main/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ inputs:
github_token:
type: string

pre_retry_command:
type: string

outputs:
outputs:
type: string
3 changes: 3 additions & 0 deletions typings/Wandalen/wretry.action/v3/post/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ inputs:
github_token:
type: string

pre_retry_command:
type: string

outputs:
outputs:
type: string
3 changes: 3 additions & 0 deletions typings/Wandalen/wretry.action/v3/pre/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ inputs:
github_token:
type: string

pre_retry_command:
type: string

outputs:
outputs:
type: string
4 changes: 4 additions & 0 deletions typings/actions/checkout/v4/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ inputs:
type: boolean
fetch-tags:
type: boolean
ssh-user:
type: string
filter:
type: string

outputs:
ref:
Expand Down
3 changes: 3 additions & 0 deletions typings/actions/github-script/v7/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ inputs:
separator: ','
list-item:
type: integer
base-url:
type: string

outputs:
result:
type: string
6 changes: 6 additions & 0 deletions typings/actions/setup-dotnet/v3/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions typings/actions/setup-dotnet/v4/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions typings/actions/setup-java/v3/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ inputs:
type: string
mvn-toolchain-vendor:
type: string
java-version-file:
type: string

outputs:
distribution: *distribution
version:
Expand Down
3 changes: 3 additions & 0 deletions typings/actions/setup-java/v4/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ inputs:
type: string
cache-dependency-path:
type: string
java-version-file:
type: string

outputs:
distribution: *distribution
version:
Expand Down
2 changes: 2 additions & 0 deletions typings/actions/upload-artifact/v3/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ inputs:
name: RetentionPeriod
named-values:
Default: 0
include-hidden-files:
type: boolean
2 changes: 2 additions & 0 deletions typings/actions/upload-artifact/v4/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ inputs:
BestCompression: 9
overwrite:
type: boolean
include-hidden-files:
type: boolean
outputs:
artifact-id:
type: integer
Expand Down
3 changes: 3 additions & 0 deletions typings/aws-actions/amazon-ecr-login/v1/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ inputs:
allowed-values:
- private
- public
http-proxy:
type: string

outputs:
registry:
type: string
3 changes: 3 additions & 0 deletions typings/aws-actions/amazon-ecr-login/v2/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ inputs:
allowed-values:
- private
- public
http-proxy:
type: string

outputs:
registry:
type: string
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions typings/axel-op/googlejavaformat-action/v3/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@ inputs:
type: string
commit-message:
type: string
skipCommit:
type: boolean
commitMessage:
type: string
githubToken:
type: string
2 changes: 2 additions & 0 deletions typings/bahmutov/npm-install/v1/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ inputs:
type: boolean
install-command:
type: string
cache-key-prefix:
type: string
19 changes: 19 additions & 0 deletions typings/codecov/codecov-action/v3/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions typings/cycjimmy/semantic-release-action/v4/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ inputs:
type: string
tag_format:
type: string
repository_url:
type: string

outputs:
new_release_published:
type: boolean
Expand Down
2 changes: 2 additions & 0 deletions typings/docker/metadata-action/v4/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ inputs:
type: string
bake-target:
type: string
github-token:
type: string

outputs:
version:
Expand Down
2 changes: 2 additions & 0 deletions typings/docker/metadata-action/v5/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ inputs:
separator: '\n'
list-item:
type: string
github-token:
type: string

outputs:
version:
Expand Down
5 changes: 5 additions & 0 deletions typings/docker/setup-buildx-action/v3/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ inputs:
type: boolean
cache-binary:
type: boolean
buildkitd-config:
type: string
buildkitd-config-inline:
type: string

outputs:
name:
type: string
Expand Down
3 changes: 3 additions & 0 deletions typings/gautamkrishnar/blog-post-workflow/v1/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ inputs:
type: boolean
skip_commit:
type: boolean
dummy_commit_message:
type: string

outputs:
results:
type: string
11 changes: 11 additions & 0 deletions typings/github/codeql-action/v2/init/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion typings/google-github-actions/auth/v2/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ inputs:
type: boolean
universe:
type: string
auth_token:
request_reason:
type: string

outputs:
project_id:
type: string
Expand Down
31 changes: 31 additions & 0 deletions typings/gradle/actions/v3/setup-gradle/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions typings/gradle/gradle-build-action/v2/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ inputs:
type: boolean
artifact-retention-days:
type: integer
github-token:
type: string

outputs:
build-scan-url:
type: string
Expand Down
3 changes: 3 additions & 0 deletions typings/gradle/gradle-build-action/v3/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ inputs:
type: string
gradle-plugin-repository-password:
type: string
github-token:
type: string

outputs:
build-scan-url:
type: string
Expand Down
Loading
Loading