Skip to content

Commit

Permalink
make the flag optional
Browse files Browse the repository at this point in the history
  • Loading branch information
tianfeng92 committed Nov 17, 2023
1 parent 3e46ea6 commit d2cc74e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ 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 or eu-central-1.
required: true
required: false
concurrency:
description: Controls how many suites run in parallel.
required: false
Expand Down

0 comments on commit d2cc74e

Please sign in to comment.