Skip to content

Commit

Permalink
docs: Update region part (#32)
Browse files Browse the repository at this point in the history
* docs: Update region
  • Loading branch information
tianfeng92 authored Nov 21, 2023
1 parent 7fe025e commit a0cc82b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
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

0 comments on commit a0cc82b

Please sign in to comment.