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

docs: Update region part #32

Merged
merged 5 commits into from
Nov 21, 2023
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: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
node_modules
coverage
.DS_Store

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,12 @@ the `env` field, or you may face an `API rate limit exceeded` error.
MY_FIRST_VAR=VALUE
MY_SECOND_VAR=VALUE

# Specify an alternative configuration file for this execution.
# Specifies an alternative configuration file for this execution.
# Default: .sauce/config.yml
config-file: .sauce/myconfig.yml

# Specifies the Sauce Labs data center through which tests will run.
# Valid values are us-west-1 or eu-central-1.
# Default: us-west-1
region: us-west-1

# Controls how many suites run in parallel.
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ inputs:
default: .
required: false
config-file:
description: Specify an alternative configuration file to the default .sauce/config.yml for this execution.
description: Specifies an alternative configuration file to the default .sauce/config.yml for this execution.
default: .sauce/config.yml
required: false
region:
description: Specifies the Sauce Labs data center through which tests will run. Valid values are us-west-1 (default) or eu-central-1.
description: Specifies the Sauce Labs data center through which tests will run. Valid values are us-west-1 or eu-central-1.
required: false
concurrency:
description: Controls how many suites run in parallel.
Expand Down