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
2 changes: 1 addition & 1 deletion build/lambda-functions/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ inputs:
required: true
verbosity:
description: The verbosity of the scripts
default: minimal
default: quiet
options:
- quiet
- minimal
Expand Down
2 changes: 1 addition & 1 deletion build/netcore/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ inputs:
default: '8.0.x'
verbosity:
description: The verbosity of the scripts
default: minimal
default: quiet
options:
- quiet
- minimal
Expand Down
2 changes: 1 addition & 1 deletion build/node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ inputs:
default: 'test --if-present'
verbosity:
description: The verbosity of the scripts
default: minimal
default: quiet
options:
- quiet
- minimal
Expand Down
2 changes: 1 addition & 1 deletion build/terraform/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ inputs:
default: ''
verbosity:
description: The verbosity of the scripts
default: minimal
default: quiet
options:
- quiet
- minimal
Expand Down
2 changes: 1 addition & 1 deletion clean/artifacts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ inputs:
required: true
verbosity:
description: The verbosity of the scripts
default: minimal
default: quiet
options:
- quiet
- minimal
Expand Down
2 changes: 1 addition & 1 deletion deploy/terraform/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ inputs:
default: default
verbosity:
description: The verbosity of the scripts
default: minimal
default: quiet
options:
- quiet
- minimal
Expand Down
2 changes: 1 addition & 1 deletion release/basic/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ inputs:
default: false
verbosity:
description: The verbosity of the scripts
default: minimal
default: quiet
options:
- quiet
- minimal
Expand Down
2 changes: 1 addition & 1 deletion release/npm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ inputs:
required: true
verbosity:
description: The verbosity of the scripts
default: minimal
default: quiet
options:
- quiet
- minimal
Expand Down
2 changes: 1 addition & 1 deletion release/nuget/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ inputs:
required: true
verbosity:
description: The verbosity of the scripts
default: minimal
default: quiet
options:
- quiet
- minimal
Expand Down