diff --git a/.gitignore b/.gitignore index ba2a97b..bc24532 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ node_modules coverage +.DS_Store + diff --git a/README.md b/README.md index d046628..0fecdee 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/action.yml b/action.yml index 3557590..c2850bc 100644 --- a/action.yml +++ b/action.yml @@ -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.