Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update output types and add some missing outputs #31

Merged
merged 2 commits into from
Jan 27, 2025
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
1 change: 0 additions & 1 deletion typings/Azure/webapps-deploy/v2/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion typings/Azure/webapps-deploy/v3/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 3 additions & 4 deletions typings/EndBug/add-and-commit/v8/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
9 changes: 4 additions & 5 deletions typings/EndBug/add-and-commit/v9/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
krzema12 marked this conversation as resolved.
Show resolved Hide resolved
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
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 1 addition & 2 deletions typings/JasonEtco/create-an-issue/v2/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion typings/actions-rs/toolchain/v1/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions typings/actions/cache/v2/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 1 addition & 2 deletions typings/actions/cache/v3/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 1 addition & 2 deletions typings/actions/cache/v4/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 6 additions & 0 deletions typings/actions/checkout/v4/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,9 @@ inputs:
type: boolean
fetch-tags:
type: boolean

outputs:
ref:
type: string
commit:
type: string
3 changes: 1 addition & 2 deletions typings/actions/create-release/v1/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion typings/actions/github-script/v6/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion typings/actions/github-script/v7/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
12 changes: 12 additions & 0 deletions typings/actions/labeler/v4/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
12 changes: 12 additions & 0 deletions typings/actions/labeler/v5/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion typings/actions/setup-dotnet/v3/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion typings/actions/setup-dotnet/v4/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 1 addition & 2 deletions typings/actions/setup-go/v3/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 1 addition & 2 deletions typings/actions/setup-go/v4/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 1 addition & 2 deletions typings/actions/setup-go/v5/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 2 additions & 4 deletions typings/actions/setup-java/v2/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
inputs:
java-version:
type: string
distribution:
distribution: &distribution
type: enum
allowed-values:
- adopt
Expand Down Expand Up @@ -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:
Expand Down
8 changes: 3 additions & 5 deletions typings/actions/setup-java/v3/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
inputs:
java-version:
type: string
distribution:
distribution: &distribution
type: enum
allowed-values:
- adopt
Expand Down Expand Up @@ -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
8 changes: 3 additions & 5 deletions typings/actions/setup-java/v4/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
inputs:
java-version:
type: string
distribution:
distribution: &distribution
type: enum
allowed-values:
- adopt
Expand Down Expand Up @@ -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
3 changes: 1 addition & 2 deletions typings/actions/setup-node/v2/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 1 addition & 2 deletions typings/actions/setup-node/v3/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 1 addition & 2 deletions typings/actions/setup-node/v4/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion typings/actions/setup-python/v2/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 1 addition & 2 deletions typings/actions/setup-python/v3/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 1 addition & 2 deletions typings/actions/setup-python/v4/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 1 addition & 2 deletions typings/actions/setup-python/v5/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion typings/actions/stale/v5/action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading
Loading